fix lint
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Failing after 1m59s Details

This commit is contained in:
aslan 2024-05-23 14:49:19 +03:00
parent 72bc5ec8ae
commit c171d8f096
3 changed files with 2 additions and 9 deletions

View File

@ -16,31 +16,25 @@ class LabelController extends Controller
public function create() public function create()
{ {
} }
public function store(StorelabelRequest $request) public function store(StorelabelRequest $request)
{ {
} }
public function show(Label $label) public function show(Label $label)
{ {
} }
public function edit(Label $label) public function edit(Label $label)
{ {
} }
public function update(UpdatelabelRequest $request, Label $label) public function update(UpdatelabelRequest $request, Label $label)
{ {
} }
public function destroy(Label $label) public function destroy(Label $label)
{ {
} }
} }

View File

@ -9,7 +9,6 @@ class AppServiceProvider extends ServiceProvider
{ {
public function register(): void public function register(): void
{ {
} }
public function boot(): void public function boot(): void