Completed
Push — master ( 131b5c...25b0c2 )
by CodexShaper
05:29 queued 15s
created
src/Commands/DatabaseSeed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
         // Seeding Dummy Data
104 104
         $class = 'DatabaseManagerSeeder';
105 105
         $file = $this->seedersPath.$class.'.php';
106
-        if (file_exists($file) && ! class_exists($class)) {
106
+        if (file_exists($file) && !class_exists($class)) {
107 107
             require_once $file;
108 108
         }
109 109
         with(new $class())->run();
Please login to merge, or discard this patch.