@@ -10,7 +10,6 @@ |
||
| 10 | 10 | use Backend\Behaviors\FormController; |
| 11 | 11 | use Backend\Behaviors\ListController; |
| 12 | 12 | use October\Rain\Exception\SystemException; |
| 13 | -use October\Rain\Flash\FlashBag; |
|
| 14 | 13 | |
| 15 | 14 | /** |
| 16 | 15 | * Class Tags |
@@ -86,7 +86,7 @@ |
||
| 86 | 86 | * |
| 87 | 87 | * @var array |
| 88 | 88 | */ |
| 89 | - public static $sortingOptions = [ |
|
| 89 | + public static $sortingOptions = [ |
|
| 90 | 90 | 'name asc' => Plugin::LOCALIZATION_KEY . 'order_options.name_asc', |
| 91 | 91 | 'name desc' => Plugin::LOCALIZATION_KEY . 'order_options.name_desc', |
| 92 | 92 | 'created_at asc' => Plugin::LOCALIZATION_KEY . 'order_options.created_at_asc', |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace GinoPane\BlogTaxonomy\Components; |
| 4 | 4 | |
| 5 | 5 | use Cms\Classes\Page; |
| 6 | -use RainLab\Blog\Models\Post; |
|
| 7 | 6 | use GinoPane\BlogTaxonomy\Plugin; |
| 8 | 7 | use GinoPane\BlogTaxonomy\Models\Series; |
| 9 | 8 | |