@@ -103,7 +103,7 @@ |
||
| 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(); |