| 1 | <?php |
||
| 9 | class IgnitionShareEnabled |
||
| 10 | { |
||
| 11 | /** @var IgnitionConfig */ |
||
| 12 | protected $ignitionConfig; |
||
| 13 | |||
| 14 | public function __construct(IgnitionConfig $ignitionConfig) |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Handle an incoming request. |
||
| 21 | * |
||
| 22 | * @param Request $request |
||
| 23 | * @param Closure $next |
||
| 24 | * @return mixed |
||
| 25 | */ |
||
| 26 | public function handle($request, Closure $next) |
||
| 34 | } |
||
| 35 |