mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
CS fixes
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user