Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva authored and actions-user committed Mar 30, 2021
1 parent 1b9c561 commit d4e905e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ActionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

use Illuminate\Contracts\Foundation\Application;
use Illuminate\Routing\Router;
use Illuminate\Support\Collection;
use Illuminate\Support\Str;
use Lorisleiva\Actions\Concerns\AsController;
use Lorisleiva\Actions\Concerns\AsFake;
use Lorisleiva\Actions\DesignPatterns\DesignPattern;
Expand Down
2 changes: 1 addition & 1 deletion tests/UtilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// - one directory that does not exists,
// - and one file.
$result = Util::getAbsoluteDirectories([
'app/Models', 'app/IDontExists', 'composer.json'
'app/Models', 'app/IDontExists', 'composer.json',
]);

// Then we only receive the absolute path of the first directory.
Expand Down

0 comments on commit d4e905e

Please sign in to comment.