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