@@ -45,6 +45,9 @@ |
||
| 45 | 45 | |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | + /** |
|
| 49 | + * @return string |
|
| 50 | + */ |
|
| 48 | 51 | public function getEntity() { |
| 49 | 52 | return $this->entity; |
| 50 | 53 | } |
@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace Serverfireteam\Panel\libs; |
| 4 | 4 | |
| 5 | 5 | |
| 6 | -use Illuminate\Support\Collection; |
|
| 7 | -use Illuminate\Support\Str; |
|
| 8 | 6 | use Serverfireteam\Panel\LinkRepository; |
| 9 | 7 | |
| 10 | 8 | class dashboard |