File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public function fire()
6767 $ path = $ this ->getPath ($ name );
6868
6969 if ($ this ->alreadyExists ($ this ->getNameInput ())) {
70- $ this ->error ($ this ->type .' already exists ! ' );
70+ $ this ->error ($ this ->type .' already existed ! ' );
7171
7272 return false ;
7373 }
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public function handle()
130130 }
131131
132132 // In case we couldn't add the CrudTrait
133- $ this ->error ("Model already exists on ' $ name' and we couldn't add CrudTrait. Please add it manually. " );
133+ $ this ->error ("Model already existed on ' $ name' and we couldn't add CrudTrait. Please add it manually. " );
134134 }
135135 }
136136
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function fire()
7171 $ path = $ this ->getPath ($ name );
7272
7373 if ($ this ->alreadyExists ($ this ->getNameInput ())) {
74- $ this ->error ($ this ->type .' already exists ! ' );
74+ $ this ->error ($ this ->type .' already existed ! ' );
7575
7676 return false ;
7777 }
You can’t perform that action at this time.
0 commit comments