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