File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use {repositoryInterfaceNamespace}\{repositoryInterface};
88class {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;
You can’t perform that action at this time.
0 commit comments