upgrade to laravel 7 and set branch to v2
This commit is contained in:
@@ -38,5 +38,5 @@ interface HttpKernelInterface
|
||||
*
|
||||
* @throws \Exception When an Exception occurs during processing
|
||||
*/
|
||||
public function handle(Request $request, $type = self::MASTER_REQUEST, $catch = true);
|
||||
public function handle(Request $request, int $type = self::MASTER_REQUEST, bool $catch = true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user