mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-25 04:09:11 -04:00
ALPHA 3.0.2
This commit is contained in:
0
vendor/laravel/framework/src/Illuminate/Routing/Console/ControllerMakeCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Routing/Console/ControllerMakeCommand.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Routing/Redirector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Routing/Redirector.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Routing/Route.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Routing/Route.php
vendored
Normal file → Executable file
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace Illuminate\Routing;
|
||||
|
||||
use \App\Log;
|
||||
use Closure;
|
||||
use ArrayObject;
|
||||
use JsonSerializable;
|
||||
|
||||
0
vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php
vendored
Normal file → Executable file
2
vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php
vendored
Normal file → Executable file
2
vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php
vendored
Normal file → Executable file
@@ -311,6 +311,8 @@ class UrlGenerator implements UrlGeneratorContract
|
||||
$parameters = $parameters + ['expires' => $this->availableAt($expiration)];
|
||||
}
|
||||
|
||||
ksort($parameters);
|
||||
|
||||
$key = call_user_func($this->keyResolver);
|
||||
|
||||
return $this->route($name, $parameters + [
|
||||
|
||||
Reference in New Issue
Block a user