Remove deletion queue for servers. Just immediately delete.
This commit is contained in:
parent
2dec659dd1
commit
536865b22a
16 changed files with 32 additions and 294 deletions
|
@ -30,12 +30,11 @@ use Carbon;
|
|||
use Javascript;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
use Nicolaslopezj\Searchable\SearchableTrait;
|
||||
|
||||
class Server extends Model
|
||||
{
|
||||
use Notifiable, SearchableTrait, SoftDeletes;
|
||||
use Notifiable, SearchableTrait;
|
||||
|
||||
/**
|
||||
* The table associated with the model.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue