| 1 | <?php namespace Modules\Setting\Sidebar;  | 
            ||
| 8 | class SidebarExtender implements \Maatwebsite\Sidebar\SidebarExtender  | 
            ||
| 9 | { | 
            ||
| 10 | /**  | 
            ||
| 11 | * @var Authentication  | 
            ||
| 12 | */  | 
            ||
| 13 | protected $auth;  | 
            ||
| 14 | |||
| 15 | /**  | 
            ||
| 16 | * @param Authentication $auth  | 
            ||
| 17 | *  | 
            ||
| 18 | * @internal param Guard $guard  | 
            ||
| 19 | */  | 
            ||
| 20 | public function __construct(Authentication $auth)  | 
            ||
| 24 | |||
| 25 | /**  | 
            ||
| 26 | * @param Menu $menu  | 
            ||
| 27 | *  | 
            ||
| 28 | * @return Menu  | 
            ||
| 29 | */  | 
            ||
| 30 | public function extendWith(Menu $menu)  | 
            ||
| 45 | }  | 
            ||
| 46 |