@@ -44,7 +44,7 @@ |
||
44 | 44 | { |
45 | 45 | $colObj = \DB::getDoctrineSchemaManager()->listTableColumns($table)[$colName]; |
46 | 46 | if(!$colObj){ |
47 | - return ; |
|
47 | + return ; |
|
48 | 48 | } |
49 | 49 | return !$colObj->getNotnull(); |
50 | 50 | } |