15
app/Services/AppBootstrapData.php
Executable file
15
app/Services/AppBootstrapData.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php namespace App\Services;
|
||||
|
||||
use Common\Core\Bootstrap\BaseBootstrapData;
|
||||
|
||||
class AppBootstrapData extends BaseBootstrapData
|
||||
{
|
||||
public function init(): self
|
||||
{
|
||||
parent::init();
|
||||
|
||||
$this->data['settings']['tmdb_is_setup'] = !is_null(config('services.tmdb.key'));
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user