@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | * |
38 | 38 | * @var array |
39 | 39 | */ |
40 | - public $implement = ['@RainLab.Translate.Behaviors.TranslatableModel']; |
|
40 | + public $implement = [ '@RainLab.Translate.Behaviors.TranslatableModel' ]; |
|
41 | 41 | |
42 | 42 | /** |
43 | 43 | * Translatable properties, indexed property will be available in queries |
@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | /** |
122 | 122 | * @var array |
123 | 123 | */ |
124 | - protected $slugs = ['slug' => 'title']; |
|
124 | + protected $slugs = [ 'slug' => 'title' ]; |
|
125 | 125 | |
126 | 126 | /** |
127 | 127 | * @return mixed |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | * |
38 | 38 | * @var array |
39 | 39 | */ |
40 | - public $implement = ['@RainLab.Translate.Behaviors.TranslatableModel']; |
|
40 | + public $implement = [ '@RainLab.Translate.Behaviors.TranslatableModel' ]; |
|
41 | 41 | |
42 | 42 | /** |
43 | 43 | * Translatable properties, indexed property will be available in queries |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | /** |
56 | 56 | * @var array |
57 | 57 | */ |
58 | - protected $slugs = ['slug' => 'name']; |
|
58 | + protected $slugs = [ 'slug' => 'name' ]; |
|
59 | 59 | |
60 | 60 | /** |
61 | 61 | * Relations |