File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public function handle()
6565 public function fire ()
6666 {
6767 $ name = Str::of ($ this ->getNameInput ());
68- $ path = $ this ->getPath ($ name );
68+ $ path = $ this ->getPath ($ name );
6969
7070 if ($ this ->alreadyExists ($ this ->getNameInput ())) {
7171 $ this ->error ($ this ->type .' already existed! ' );
@@ -74,7 +74,7 @@ public function fire()
7474 }
7575
7676 $ this ->infoBlock ("Creating {$ name ->replace ('_ ' , ' ' )->title ()} {$ this ->type }" );
77- $ this ->progressBlock ("Creating view <fg=blue> $ {path }.blade.php</> " );
77+ $ this ->progressBlock ("Creating view <fg=blue>resources/views/vendor/backpack/crud/buttons/ $ {name }.blade.php</> " );
7878
7979 $ this ->makeDirectory ($ path );
8080 $ this ->files ->put ($ path , $ this ->buildClass ($ name ));
You can’t perform that action at this time.
0 commit comments