| 1 | <?php |
||
| 7 | class CallPreAssignEventOnField implements Middleware |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param object $command |
||
| 11 | * @param callable $next |
||
| 12 | * |
||
| 13 | * @return mixed |
||
| 14 | */ |
||
| 15 | public function execute($command, callable $next) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param $type |
||
| 24 | * @return \Illuminate\Foundation\Application|mixed |
||
| 25 | * @throws \NotAcceptableHttpException |
||
| 26 | */ |
||
| 27 | private function setFieldType($type) |
||
| 32 | } |
||
| 33 |