Skip to content

Commit 01856fa

Browse files
author
Admin
committed
Remove empty lines
1 parent 5f9bb64 commit 01856fa

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Services/MakeControllerService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MacropaySolutions\LaravelCrudWizardGenerator\Services;
44

5-
65
use Illuminate\Console\Concerns\InteractsWithIO;
76
use Illuminate\Contracts\Foundation\Application;
87
use Illuminate\Support\Facades\File;

src/Services/MakeModelService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MacropaySolutions\LaravelCrudWizardGenerator\Services;
44

5-
65
use Illuminate\Console\Concerns\InteractsWithIO;
76
use Illuminate\Support\Facades\File;
87
use Illuminate\Support\Str;

src/stubs/Controller.stub

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use DummyNamespace\Services\DummyService;
77
use MacropaySolutions\LaravelCrudWizard\Helpers\GeneralHelper;
88
use MacropaySolutions\LaravelCrudWizard\Http\Controllers\ResourceControllerTrait;
99

10-
1110
class DummyClass extends Controller
1211
{
1312
use ResourceControllerTrait;

src/stubs/Service.stub

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ namespace DummyNamespace\Services;
44

55
use MacropaySolutions\LaravelCrudWizard\Services\BaseResourceService;
66

7-
87
class DummyClass extends BaseResourceService
98
{
109
/**

0 commit comments

Comments
 (0)