@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | /** |
| 11 | 11 | * @var array Plugin dependencies |
| 12 | 12 | */ |
| 13 | - public $require = ['RainLab.Blog']; |
|
| 13 | + public $require = [ 'RainLab.Blog' ]; |
|
| 14 | 14 | |
| 15 | 15 | /** |
| 16 | 16 | * Returns information about this plugin. |
@@ -47,13 +47,13 @@ discard block |
||
| 47 | 47 | { |
| 48 | 48 | // Check the translate plugin is installed |
| 49 | 49 | if (class_exists('RainLab\Translate\Behaviors\TranslatableModel')) { |
| 50 | - return []; |
|
| 50 | + return [ ]; |
|
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | return [ |
| 54 | 54 | 'filters' => [ |
| 55 | - '_' => ['Lang', 'get'], |
|
| 56 | - '__' => ['Lang', 'choice'] |
|
| 55 | + '_' => [ 'Lang', 'get' ], |
|
| 56 | + '__' => [ 'Lang', 'choice' ] |
|
| 57 | 57 | ] |
| 58 | 58 | ]; |
| 59 | 59 | } |