Completed
Push — master ( 848ad4...078ef8 )
by R.Kukuh
04:56
created
config/entity.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
         /**
21 21
          * The entity's model namespace.
22 22
          */
23
-        'namespace' => 'Models',    // output: namespace App\Models;
23
+        'namespace' => 'Models', // output: namespace App\Models;
24 24
 
25 25
         /**
26 26
          * Set a base model for your entity
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      * It purpose is to make a dummy (obviously) data.
42 42
      */
43 43
     'dummy' => [
44
-        'should_create' => true,          // Whether the dummy seeds has to be created
45
-        'directory'     => 'dummies',     // /database/seeds/dummies
44
+        'should_create' => true, // Whether the dummy seeds has to be created
45
+        'directory'     => 'dummies', // /database/seeds/dummies
46 46
     ],
47 47
 ];
Please login to merge, or discard this patch.