| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 8 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 4 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 26 | public function bootstrap($app)  | 
            ||
| 27 |     { | 
            ||
| 28 | 2 |         Event::on(Controller::class, Controller::EVENT_BEFORE_ACTION, function (Event $event) { | 
            |
| 29 | /** @var Controller $controller */  | 
            ||
| 30 | 2 | $controller = $event->sender;  | 
            |
| 31 | 2 |             $controller->attachBehavior('__desktopNotifier', Behavior::class); | 
            |
| 32 | 2 | });  | 
            |
| 33 | }  | 
            ||
| 34 | |||
| 36 |