mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update Domain.php
This commit is contained in:
parent
2bdb7a37ba
commit
1f9f4551a3
1 changed files with 5 additions and 5 deletions
|
@ -109,11 +109,11 @@ class Domain extends Model
|
|||
|
||||
});
|
||||
|
||||
// static::deleted(function ($model) {
|
||||
//
|
||||
// ApacheBuild::dispatch();
|
||||
//
|
||||
// });
|
||||
static::deleted(function ($model) {
|
||||
|
||||
ApacheBuild::dispatch();
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue