@@ -9,7 +9,7 @@ |
||
| 9 | 9 | public function rules() |
| 10 | 10 | { |
| 11 | 11 | return [ |
| 12 | - // 'slug[en]' => 'required' |
|
| 12 | + // 'slug[en]' => 'required' |
|
| 13 | 13 | ]; |
| 14 | 14 | } |
| 15 | 15 | |
@@ -44,10 +44,10 @@ |
||
| 44 | 44 | return ['postCount' => $this->post->all()->count()]; |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | - /** |
|
| 48 | - * Get the widget type |
|
| 49 | - * @return string |
|
| 50 | - */ |
|
| 47 | + /** |
|
| 48 | + * Get the widget type |
|
| 49 | + * @return string |
|
| 50 | + */ |
|
| 51 | 51 | protected function options() |
| 52 | 52 | { |
| 53 | 53 | return [ |