ALPHA 3.0.2

This commit is contained in:
TheGamecraft
2018-09-05 11:35:41 -04:00
parent 4dbdc8fd19
commit 8ef8057bfa
771 changed files with 9284 additions and 5857 deletions

View File

0
vendor/laravel/framework/src/Illuminate/Routing/Redirector.php vendored Normal file → Executable file
View File

0
vendor/laravel/framework/src/Illuminate/Routing/Route.php vendored Normal file → Executable file
View File

View File

@@ -2,7 +2,6 @@
namespace Illuminate\Routing;
use \App\Log;
use Closure;
use ArrayObject;
use JsonSerializable;

View File

2
vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php vendored Normal file → Executable file
View 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 + [