| @@ -2,8 +2,9 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Boxzilla; |
| 4 | 4 | |
| 5 | 5 | use Boxzilla\DI\ContainerWithPropertyAccess; |
| 6 | +use Boxzilla\Licensing\License; | |
| 6 | 7 | |
| 7 | 8 | /** |
| 8 | 9 | * Class Boxzilla |
| 9 | 10 | * |
| @@ -11,6 +12,9 @@ | ||
| 11 | 12 | * |
| 12 | 13 | * @property array $options |
| 13 | 14 | * @property Plugin $plugin |
| 14 | 15 | * @property Plugin[] $plugins |
| 16 | + * @property License $license | |
| 17 | + * @property Bootstrapper $bootstrapper | |
| 18 | + * | |
| 15 | 19 | */ |
| 16 | 20 | class Boxzilla extends ContainerWithPropertyAccess {} |