Test Setup Failed
Push — master ( c9a16f...d6cc86 )
by Oliver
09:18
created
src/BoxedCode/Eloquent/Meta/FluentMeta.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     protected function getClassColumns($class)
32 32
     {
33
-        if (! isset(static::$model_table_columns[$class])) {
33
+        if (!isset(static::$model_table_columns[$class])) {
34 34
             static::$model_table_columns[$class] = $this->getConnection()
35 35
                 ->getSchemaBuilder()
36 36
                 ->getColumnListing($this->getTable());
Please login to merge, or discard this patch.