| 1 | <?php namespace Arcanedev\Localization\Traits; |
||
| 14 | trait LocalizationKernelTrait |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Get the route dispatcher callback. |
||
| 18 | * |
||
| 19 | * @return \Closure |
||
| 20 | */ |
||
| 21 | 15 | protected function dispatchToRouter() |
|
| 27 | |||
| 28 | /** |
||
| 29 | * Replace the illuminate router with the localization router. |
||
| 30 | */ |
||
| 31 | 15 | protected function replaceRouter() |
|
| 43 | } |
||
| 44 |