@@ -113,7 +113,7 @@ |
||
113 | 113 | /** |
114 | 114 | * Get the roles rule. |
115 | 115 | * |
116 | - * @return array |
|
116 | + * @return string[] |
|
117 | 117 | */ |
118 | 118 | protected function getRolesRule() |
119 | 119 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | use Arcanesoft\Contracts\Auth\Models\Role; |
4 | 4 | use Illuminate\Contracts\View\View; |
5 | 5 | use Illuminate\Support\Collection; |
6 | -use Illuminate\Support\HtmlString; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * Class RolesComposer |