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 99 */
1010trait InteractsWithConsoleCommands
1111{
12-
1312 /**
1413 * Loop through the name arguments and, create each record individualy
1514 * @param string $command
@@ -26,12 +25,11 @@ public function loopThroughNameArgumentWith(string $command): bool
2625 );
2726
2827 if (
29- count ( array_filter ($ this ->getListOfOptions ()) )
28+ count (array_filter ($ this ->getListOfOptions ()))
3029 ) {
3130 $ this ->line ("<options=bold,reverse;fg=green> {$ name } assets created successfully.</> \n" );
3231 $ this ->line ("---------------------------------------------------------------- \n" );
3332 }
34-
3533 });
3634
3735 $ this ->line ("<options=bold,reverse;fg=green> DONE </> 🤙 \n" );
Original file line number Diff line number Diff line change 22
33namespace Coderflex \LaraCommand ;
44
5- use Spatie \LaravelPackageTools \Package ;
6- use Spatie \LaravelPackageTools \PackageServiceProvider ;
75use Coderflex \LaraCommand \Console \{
86 ModelMakeCommand
97};
8+ use Spatie \LaravelPackageTools \Package ;
9+ use Spatie \LaravelPackageTools \PackageServiceProvider ;
1010
1111class LaraCommandsServiceProvider extends PackageServiceProvider
1212{
You can’t perform that action at this time.
0 commit comments