| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 8 | class AnnouncementNotificationBell extends Component |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Create a new component instance. |
||
| 12 | * |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | public function __construct() |
||
| 16 | { |
||
| 17 | // |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Get the view / contents that represent the component. |
||
| 22 | * |
||
| 23 | * @return \Illuminate\Contracts\View\View|\Closure|string |
||
| 24 | */ |
||
| 25 | public function render() |
||
| 30 | } |
||
| 31 | } |
||
| 32 |