1 | <?php namespace Arcanesoft\Auth\ViewComposers\Dashboard; |
||
7 | class PermissionsCountComposer extends ViewComposer |
||
8 | { |
||
9 | /* ------------------------------------------------------------------------------------------------ |
||
10 | | Constants |
||
11 | | ------------------------------------------------------------------------------------------------ |
||
12 | */ |
||
13 | const VIEW = 'auth::foundation._composers.dashboard.permissions-count-box'; |
||
14 | |||
15 | /* ------------------------------------------------------------------------------------------------ |
||
16 | | Main Functions |
||
17 | | ------------------------------------------------------------------------------------------------ |
||
18 | */ |
||
19 | /** |
||
20 | * Compose the view. |
||
21 | * |
||
22 | * @param \Illuminate\Contracts\View\View $view |
||
23 | */ |
||
24 | public function compose(View $view) |
||
28 | } |
||
29 |