| 1 | <?php |
||
| 9 | class DisplayColumnController extends Controller |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param ModelConfigurationInterface $model |
||
| 13 | * @param int $id |
||
| 14 | * |
||
| 15 | * @return \Illuminate\Http\RedirectResponse |
||
| 16 | */ |
||
| 17 | public function orderUp(ModelConfigurationInterface $model, $id) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param ModelConfigurationInterface $model |
||
| 28 | * @param int $id |
||
| 29 | * |
||
| 30 | * @return \Illuminate\Http\RedirectResponse |
||
| 31 | */ |
||
| 32 | public function orderDown(ModelConfigurationInterface $model, $id) |
||
| 40 | } |
||
| 41 |