mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 10:44:03 +00:00
Update src/Commands/ComponentCommand.php
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
2aa22cba90
commit
3b66320134
1 changed files with 1 additions and 2 deletions
|
|
@ -50,8 +50,7 @@ class ComponentCommand extends Command
|
|||
));
|
||||
|
||||
$this->line("✨ Component app/Airwire/{$name}.php has been created and registered!");
|
||||
} catch (Exception $exception)
|
||||
{
|
||||
} catch (Exception $exception) {
|
||||
$this->error('The component could not be registered. Please check your app/Providers/AppServiceProvider.php');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue