| 1 | <?php |
||
| 9 | class NotificationViewComposer |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var NotificationRepository |
||
| 13 | */ |
||
| 14 | private $notification; |
||
| 15 | /** |
||
| 16 | * @var Authentication |
||
| 17 | */ |
||
| 18 | private $auth; |
||
| 19 | |||
| 20 | public function __construct(NotificationRepository $notification, Authentication $auth) |
||
| 25 | |||
| 26 | public function compose(View $view) |
||
| 31 | } |
||
| 32 |