File tree Expand file tree Collapse file tree 8 files changed +0
-80
lines changed Expand file tree Collapse file tree 8 files changed +0
-80
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,6 @@ class MakeAll extends Command
2424 */
2525 protected $ description = 'Create all classes necessary for repository. ' ;
2626
27- /**
28- * Create a new command instance.
29- *
30- * @return void
31- */
32- public function __construct ()
33- {
34- parent ::__construct ();
35- }
36-
3727 /**
3828 * Execute the console command.
3929 */
Original file line number Diff line number Diff line change @@ -25,16 +25,6 @@ class MakeEntity extends Command
2525 */
2626 protected $ description = 'Create a new entity. ' ;
2727
28- /**
29- * Create a new command instance.
30- *
31- * @return void
32- */
33- public function __construct ()
34- {
35- parent ::__construct ();
36- }
37-
3828 use CustomMySqlQueries;
3929
4030 /**
Original file line number Diff line number Diff line change @@ -24,16 +24,6 @@ class MakeFactory extends Command
2424 */
2525 protected $ description = 'Create a new factory. ' ;
2626
27- /**
28- * Create a new command instance.
29- *
30- * @return void
31- */
32- public function __construct ()
33- {
34- parent ::__construct ();
35- }
36-
3727 use CustomMySqlQueries;
3828
3929 /**
Original file line number Diff line number Diff line change @@ -25,16 +25,6 @@ class MakeInterfaceRepository extends Command
2525 */
2626 protected $ description = 'Create a new interface for repository ' ;
2727
28- /**
29- * Create a new command instance.
30- *
31- * @return void
32- */
33- public function __construct ()
34- {
35- parent ::__construct ();
36- }
37-
3828 use CustomMySqlQueries;
3929
4030 /**
Original file line number Diff line number Diff line change @@ -25,16 +25,6 @@ class MakeMySqlRepository extends Command
2525 */
2626 protected $ description = 'Create a new MySql repository class ' ;
2727
28- /**
29- * Create a new command instance.
30- *
31- * @return void
32- */
33- public function __construct ()
34- {
35- parent ::__construct ();
36- }
37-
3828 use CustomMySqlQueries;
3929
4030 /**
Original file line number Diff line number Diff line change @@ -25,16 +25,6 @@ class MakeRedisRepository extends Command
2525 */
2626 protected $ description = 'Create a new Redis repository class ' ;
2727
28- /**
29- * Create a new command instance.
30- *
31- * @return void
32- */
33- public function __construct ()
34- {
35- parent ::__construct ();
36- }
37-
3828 use CustomMySqlQueries;
3929
4030 /**
Original file line number Diff line number Diff line change @@ -23,16 +23,6 @@ class MakeRepository extends Command
2323 */
2424 protected $ description = 'Create a new repository ' ;
2525
26- /**
27- * Create a new command instance.
28- *
29- * @return void
30- */
31- public function __construct ()
32- {
33- parent ::__construct ();
34- }
35-
3626 /**
3727 * Execute the console command.
3828 *
Original file line number Diff line number Diff line change @@ -25,16 +25,6 @@ class MakeResource extends Command
2525 */
2626 protected $ description = 'Create new resource ' ;
2727
28- /**
29- * Create a new command instance.
30- *
31- * @return void
32- */
33- public function __construct ()
34- {
35- parent ::__construct ();
36- }
37-
3828 use CustomMySqlQueries;
3929
4030 /**
You can’t perform that action at this time.
0 commit comments