Remove redundant code from CompanySettings
This commit is contained in:
parent
3e676d584b
commit
4e29459985
1 changed files with 0 additions and 1 deletions
|
|
@ -727,7 +727,6 @@ class CompanySettings extends BaseSettings
|
|||
*/
|
||||
public static function defaults(): stdClass
|
||||
{
|
||||
$config = json_decode(config('ninja.settings'));
|
||||
|
||||
$data = (object) get_class_vars(self::class);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue