upgraded dependencies
This commit is contained in:
		
							
								
								
									
										11
									
								
								vendor/nunomaduro/collision/src/Provider.php
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								vendor/nunomaduro/collision/src/Provider.php
									
									
									
									
										vendored
									
									
								
							| @@ -11,10 +11,10 @@ | ||||
|  | ||||
| namespace NunoMaduro\Collision; | ||||
|  | ||||
| use Whoops\Run; | ||||
| use Whoops\RunInterface; | ||||
| use NunoMaduro\Collision\Contracts\Handler as HandlerContract; | ||||
| use NunoMaduro\Collision\Contracts\Provider as ProviderContract; | ||||
| use Whoops\Run; | ||||
| use Whoops\RunInterface; | ||||
|  | ||||
| /** | ||||
|  * This is an Collision Provider implementation. | ||||
| @@ -39,14 +39,11 @@ class Provider implements ProviderContract | ||||
|  | ||||
|     /** | ||||
|      * Creates a new instance of the Provider. | ||||
|      * | ||||
|      * @param \Whoops\RunInterface|null $run | ||||
|      * @param \NunoMaduro\Collision\Contracts\Handler|null $handler | ||||
|      */ | ||||
|     public function __construct(RunInterface $run = null, HandlerContract $handler = null) | ||||
|     { | ||||
|         $this->run = $run ?: new Run; | ||||
|         $this->handler = $handler ?: new Handler; | ||||
|         $this->run     = $run ?: new Run(); | ||||
|         $this->handler = $handler ?: new Handler(); | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 RafficMohammed
					RafficMohammed