Skip to content

Commit 9a4ccde

Browse files
committed
Revert "Handle booted state using boolean property"
This reverts commit 8804498.
1 parent 3ec67c6 commit 9a4ccde

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/framework/src/Facades/Features.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ class Features implements SerializableContract
4343
*/
4444
protected array $enabled = [];
4545

46-
protected bool $booted = false;
47-
4846
public function __construct()
4947
{
5048
$this->boot();
@@ -231,7 +229,5 @@ protected static function getDefaultOptions(): array
231229
protected function boot(): void
232230
{
233231
$this->enabled = Config::getArray('hyde.features', static::getDefaultOptions());
234-
235-
$this->booted = true;
236232
}
237233
}

0 commit comments

Comments
 (0)