Skip to content

Commit 7a4f12d

Browse files
arrilotStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent cb1f21c commit 7a4f12d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Console/WidgetMakeCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Arrilot\Widgets\Console;
44

5-
use RuntimeException;
6-
use Illuminate\Support\Str;
75
use Illuminate\Console\GeneratorCommand;
6+
use Illuminate\Support\Str;
7+
use RuntimeException;
88
use Symfony\Component\Console\Input\InputOption;
99

1010
class WidgetMakeCommand extends GeneratorCommand
@@ -141,7 +141,7 @@ protected function replaceView($stub)
141141
*/
142142
protected function getDefaultNamespace($rootNamespace)
143143
{
144-
$namespace = config('laravel-widgets.default_namespace', $rootNamespace.'\Widgets');
144+
$namespace = config('laravel-widgets.default_namespace', $rootNamespace.'\Widgets');
145145

146146
if (!Str::startsWith($namespace, $rootNamespace)) {
147147
throw new RuntimeException("You can not use the generator if the default namespace ($namespace) does not start with application namespace ($rootNamespace)");

0 commit comments

Comments
 (0)