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
2c75d8dd01
commit
4cfdf458a8
1 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,12 @@ class Domain extends Model
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
static::deleted(function ($model) {
|
||||||
|
|
||||||
|
ApacheBuild::dispatch();
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hostingSubscription()
|
public function hostingSubscription()
|
||||||
|
|
Loading…
Reference in a new issue