@@ -50,7 +50,7 @@ |
||
50 | 50 | |
51 | 51 | $path = $this->viewPath("livewire".DIRECTORY_SEPARATOR."admin".DIRECTORY_SEPARATOR."{$this->getNameInput()}".DIRECTORY_SEPARATOR."{$this->file}.blade.php"); |
52 | 52 | |
53 | - if (! $this->files->isDirectory(dirname($path))) { |
|
53 | + if (!$this->files->isDirectory(dirname($path))) { |
|
54 | 54 | $this->files->makeDirectory(dirname($path), 0755, true); |
55 | 55 | } |
56 | 56 |