| 1 | <?php namespace Arcanesoft\Seo\ViewComposers\Front; |
||
| 13 | class FooterWidgetComposer extends ViewComposer |
||
| 14 | { |
||
| 15 | /* ----------------------------------------------------------------- |
||
| 16 | | Constants |
||
| 17 | | ----------------------------------------------------------------- |
||
| 18 | */ |
||
| 19 | |||
| 20 | const VIEW = 'seo::public._composers.widgets.footer-widget'; |
||
| 21 | |||
| 22 | /* ----------------------------------------------------------------- |
||
| 23 | | Main Methods |
||
| 24 | | ----------------------------------------------------------------- |
||
| 25 | */ |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Compose the view. |
||
| 29 | * |
||
| 30 | * @param \Illuminate\Contracts\View\View $view |
||
| 31 | */ |
||
| 32 | public function compose(View $view) |
||
| 36 | } |
||
| 37 |