File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
33namespace Eghamat24 \DatabaseRepository \Commands ;
44
5- use Illuminate \Support \Str ;
65use Eghamat24 \DatabaseRepository \Creators \BaseCreator ;
7- use Eghamat24 \DatabaseRepository \Creators \CreatorEntity ;
86use Eghamat24 \DatabaseRepository \Creators \CreatorMySqlRepository ;
97use Eghamat24 \DatabaseRepository \CustomMySqlQueries ;
10- use Illuminate \Console \ Command ;
8+ use Illuminate \Support \ Collection ;
119
1210class MakeMySqlRepository extends BaseCommand
1311{
12+ use CustomMySqlQueries;
13+
1414 /**
1515 * The name and signature of the console command.
1616 *
@@ -29,7 +29,6 @@ class MakeMySqlRepository extends BaseCommand
2929 */
3030 protected $ description = 'Create a new MySql repository class ' ;
3131
32- use CustomMySqlQueries;
3332
3433 /**
3534 * Execute the console command.
You can’t perform that action at this time.
0 commit comments