1
0
Fork 0
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:
lukinovec 2021-05-23 17:14:00 +02:00 committed by GitHub
parent 2aa22cba90
commit 3b66320134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
}
}