Skip to content

Commit 477dd0e

Browse files
committed
fixing
1 parent 3544c1d commit 477dd0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/stubs/eloquent-repository.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class {repositoryName} extends Eloquent implements {repositoryInterfaceName}{
1010

1111
/**
1212
* Model class to be used in this repository for the common methods inside Eloquent
13-
* Don't remove or change variable $model or $this->model
13+
* Don't remove or change $this->model variable name
1414
* @property Model|mixed $model;
1515
*/
1616
protected $model;

src/Commands/stubs/service.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use {repositoryInterfaceNamespace}\{repositoryInterface};
88
class {serviceName} extends Service {
99

1010
/**
11-
* don't change variable name $this->mainRepository
11+
* don't change $this->mainRepository variable name
1212
* because used in service class
1313
*/
1414
protected $mainRepository;

0 commit comments

Comments
 (0)