Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit b26ade5

Browse files
ousidactions-user
authored andcommitted
Fix styling
1 parent d0155d9 commit b26ade5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Console/Concerns/InteractsWithConsoleCommands.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Coderflex\LaraCommand\Console\Concerns;
44

5-
use Symfony\Component\Console\Input\InputArgument;
6-
75
/**
86
* Interact With Console Commands
97
*/
@@ -20,7 +18,7 @@ public function loopThroughNameArgumentWith(string $command): bool
2018
* @var array $models
2119
*/
2220
$models = explode(' ', strval($this->argument('name')));
23-
21+
2422
collect($models)->each(function ($name) use ($command) {
2523
$this->line("Generating {$name} class\n");
2624

0 commit comments

Comments
 (0)