Skip to content

Commit 7fd891f

Browse files
committed
cleancode template repository and service
1 parent d619296 commit 7fd891f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Commands/stubs/eloquent-repository.stub

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

33
namespace {namespace};
44

5-
use LaravelEasyRepository\Repository;
65
use LaravelEasyRepository\Implementations\Eloquent;
76
use {repositoryInterfaceNamespace}\{repositoryInterfaceName};
87

src/Commands/stubs/service.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace {namespace};
44

55
use {repositoryInterfaceNamespace}\{repositoryInterface};
6+
67
class {serviceName} {
78

89
/**

0 commit comments

Comments
 (0)