remove redundant required => 0
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / View.pm
index 414abd6..feffecf 100644 (file)
@@ -30,7 +30,6 @@ has 'columns' => (
         }
     },
     default => sub { {} },
-    required => 0
 );
 
 has 'sql' => (