Skip to content

Commit 6bcc66f

Browse files
authored
Update src/Console/Commands/CrudModelBackpackCommand.php
1 parent ee788cd commit 6bcc66f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Console/Commands/CrudModelBackpackCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ public function handle()
123123
$this->files->put($path, implode(PHP_EOL, $lines));
124124

125125
// let the user know what we've done
126-
$this->error('Model already exists!');
127-
$this->info('We\'ve added CrudTrait on the Model.');
126+
$this->info('Model already existed. Added CrudTrait to it.');
128127

129128
return;
130129
}

0 commit comments

Comments
 (0)