setConnection($connection); $this->setTable(config('admin.database.settings_table') ?: 'admin_settings'); parent::__construct($attributes); } }