@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php namespace Arcanesoft\Foundation\Services\RoutesViewer\Entities; |
| 2 | 2 | |
| 3 | +use Illuminate\Routing\Route as IlluminateRoute; |
|
| 3 | 4 | use Illuminate\Support\Arr; |
| 4 | 5 | use Illuminate\Support\Collection; |
| 5 | 6 | use Illuminate\Support\Str; |
| 6 | -use Illuminate\Routing\Route as IlluminateRoute; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * Class RouteCollection |
@@ -71,6 +71,10 @@ |
||
| 71 | 71 | | Other Functions |
| 72 | 72 | | ------------------------------------------------------------------------------------------------ |
| 73 | 73 | */ |
| 74 | + |
|
| 75 | + /** |
|
| 76 | + * @param string $key |
|
| 77 | + */ |
|
| 74 | 78 | public function getConfig($key, $default = null) |
| 75 | 79 | { |
| 76 | 80 | return config("arcanesoft.foundation.routes-viewer.{$key}", $default); |