This repository was archived by the owner on Nov 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
*/
10
10
trait InteractsWithConsoleCommands
11
11
{
12
-
13
12
/**
14
13
* Loop through the name arguments and, create each record individualy
15
14
* @param string $command
@@ -26,12 +25,11 @@ public function loopThroughNameArgumentWith(string $command): bool
26
25
);
27
26
28
27
if (
29
- count ( array_filter ($ this ->getListOfOptions ()) )
28
+ count (array_filter ($ this ->getListOfOptions ()))
30
29
) {
31
30
$ this ->line ("<options=bold,reverse;fg=green> {$ name } assets created successfully.</> \n" );
32
31
$ this ->line ("---------------------------------------------------------------- \n" );
33
32
}
34
-
35
33
});
36
34
37
35
$ this ->line ("<options=bold,reverse;fg=green> DONE </> 🤙 \n" );
Original file line number Diff line number Diff line change 2
2
3
3
namespace Coderflex \LaraCommand ;
4
4
5
- use Spatie \LaravelPackageTools \Package ;
6
- use Spatie \LaravelPackageTools \PackageServiceProvider ;
7
5
use Coderflex \LaraCommand \Console \{
8
6
ModelMakeCommand
9
7
};
8
+ use Spatie \LaravelPackageTools \Package ;
9
+ use Spatie \LaravelPackageTools \PackageServiceProvider ;
10
10
11
11
class LaraCommandsServiceProvider extends PackageServiceProvider
12
12
{
You can’t perform that action at this time.
0 commit comments