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 2
2
3
3
namespace Eghamat24 \DatabaseRepository \Commands ;
4
4
5
- use Illuminate \Support \Str ;
6
5
use Eghamat24 \DatabaseRepository \Creators \BaseCreator ;
7
- use Eghamat24 \DatabaseRepository \Creators \CreatorEntity ;
8
6
use Eghamat24 \DatabaseRepository \Creators \CreatorMySqlRepository ;
9
7
use Eghamat24 \DatabaseRepository \CustomMySqlQueries ;
10
- use Illuminate \Console \ Command ;
8
+ use Illuminate \Support \ Collection ;
11
9
12
10
class MakeMySqlRepository extends BaseCommand
13
11
{
12
+ use CustomMySqlQueries;
13
+
14
14
/**
15
15
* The name and signature of the console command.
16
16
*
@@ -29,7 +29,6 @@ class MakeMySqlRepository extends BaseCommand
29
29
*/
30
30
protected $ description = 'Create a new MySql repository class ' ;
31
31
32
- use CustomMySqlQueries;
33
32
34
33
/**
35
34
* Execute the console command.
You can’t perform that action at this time.
0 commit comments