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:13:51 +02:00 committed by GitHub
parent d75007dfe9
commit 2aa22cba90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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