Passed
Push — master ( 33bfdb...f90911 )
by Reza
12:07
created
src/Commands/CRUDActions/CommandBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.