@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Serverfireteam\Panel; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Facades\Session as session; |
|
| 6 | 5 | use Illuminate\Routing\Controller; |
| 7 | 6 | use Illuminate\Support\Facades\Input; |
| 8 | 7 | |
@@ -2,11 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Illuminate\Support\ServiceProvider; |
| 4 | 4 | use Illuminate\Foundation\AliasLoader; |
| 5 | -use Illuminate\Support\Facades\Route; |
|
| 6 | -use Illuminate\Translation; |
|
| 7 | 5 | use Serverfireteam\Panel\libs; |
| 8 | 6 | use Illuminate\Filesystem\Filesystem; |
| 9 | -use Illuminate\Foundation; |
|
| 10 | 7 | use Serverfireteam\Panel\Commands; |
| 11 | 8 | |
| 12 | 9 | class PanelServiceProvider extends ServiceProvider |
@@ -30,6 +30,9 @@ |
||
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | |
| 33 | + /** |
|
| 34 | + * @param string $display |
|
| 35 | + */ |
|
| 33 | 36 | public function getAndSave($url, $display){ |
| 34 | 37 | $this->url = $url; |
| 35 | 38 | $this->display = $display; |