| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | public function __construct( |
||
| 34 | $command, |
||
| 35 | string $permission, |
||
| 36 | $aliases = [], |
||
| 37 | AdminGroups $adminGroupsHelper, |
||
| 38 | ChatNotification $chatNotification |
||
| 39 | ) { |
||
| 40 | parent::__construct($command, $permission, $aliases, $adminGroupsHelper); |
||
| 41 | |||
| 42 | $this->chatNotification = $chatNotification; |
||
| 43 | } |
||
| 44 | |||
| 57 | } |