Passed
Push — master ( f26166...939617 )
by Iman
03:22
created
src/Modules/ModuleGenerator/AdminModulesController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     {
16 16
         $this->table = 'cms_moduls';
17 17
         $this->primaryKey = 'id';
18
-        $this->titleField = 'name' ;
18
+        $this->titleField = 'name';
19 19
         $this->limit = 100;
20 20
         $this->buttonAdd = false;
21 21
         $this->buttonExport = false;
Please login to merge, or discard this patch.