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
d75007dfe9
commit
2aa22cba90
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class ComponentCommand extends Command
|
|||
{
|
||||
$name = Str::studly($this->argument('name'));
|
||||
|
||||
if (!is_dir($path = app_path('Airwire'))) {
|
||||
if (! is_dir($path = app_path('Airwire'))) {
|
||||
mkdir($path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue