Completed
Push — master ( c88daf...3b4433 )
by Vojta
12:17
created
models/Settings.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 
7 7
 class Settings extends Model
8 8
 {
9
-	public $implement = ['System.Behaviors.SettingsModel'];
9
+    public $implement = ['System.Behaviors.SettingsModel'];
10 10
 
11
-	// A unique code
12
-	public $settingsCode = 'vojtasvoboda_cnbrates_settings';
11
+    // A unique code
12
+    public $settingsCode = 'vojtasvoboda_cnbrates_settings';
13 13
 
14
-	// Reference to field configuration
15
-	public $settingsFields = 'fields.yaml';
14
+    // Reference to field configuration
15
+    public $settingsFields = 'fields.yaml';
16 16
 
17 17
 }
18 18
\ No newline at end of file
Please login to merge, or discard this patch.