Completed
Push — master ( 9e9371...32041f )
by Vojta
01:36
created
models/Settings.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     use ValidationTrait;
10 10
 
11 11
     public $implement = [
12
-    	'System.Behaviors.SettingsModel',
12
+        'System.Behaviors.SettingsModel',
13 13
     ];
14 14
 
15 15
     public $settingsCode = 'vojtasvoboda_webartisan_settings';
Please login to merge, or discard this patch.
routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  * @namespace artisan/v1
11 11
  * @version 1
12 12
  */
13
-Route::group([ 'prefix' => 'artisan/v1' ], function ()
13
+Route::group([ 'prefix' => 'artisan/v1' ], function()
14 14
 {
15 15
     /**
16 16
      * Run queued commend.
Please login to merge, or discard this patch.