Passed
Push — master ( fe17b3...5aa01a )
by Ron
01:27
created
src/Eloquent/Common/GalaxyType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     protected $table = "galaxy_types";
10 10
 
11
-    protected $fillable = [ 'name', 'display_name' ];
11
+    protected $fillable = ['name', 'display_name'];
12 12
 
13
-    protected $dates = [ 'created_at', 'updated_at'];
13
+    protected $dates = ['created_at', 'updated_at'];
14 14
 }
15 15
\ No newline at end of file
Please login to merge, or discard this patch.