This commit is contained in:
DariusIII
2024-06-29 21:37:01 +02:00
parent da017dd1a2
commit a35dc2e021
-2
View File
@@ -23,7 +23,6 @@ namespace App\Models;
use Illuminate\Console\Command;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Facades\DB;
/**
* Settings - model for settings table.
@@ -114,7 +113,6 @@ class Settings extends Model
*/
protected $guarded = [];
/**
* Return a tree-like array of all or selected settings.
*