sass
This commit is contained in:
@@ -5,10 +5,13 @@ namespace App;
|
||||
|
||||
class Config
|
||||
{
|
||||
public string $assetVersion;
|
||||
|
||||
public function __construct(
|
||||
public array $db,
|
||||
public bool $dbEnabled = true
|
||||
) {
|
||||
$this->assetVersion = defined('ASSET_VERSION') ? ASSET_VERSION : '';
|
||||
}
|
||||
|
||||
public function primaryUrl(): string
|
||||
|
||||
Reference in New Issue
Block a user