Skip to content

Commit 1f9f455

Browse files
Update Domain.php
1 parent 2bdb7a3 commit 1f9f455

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/app/Models/Domain.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ public static function boot()
109109

110110
});
111111

112-
// static::deleted(function ($model) {
113-
//
114-
// ApacheBuild::dispatch();
115-
//
116-
// });
112+
static::deleted(function ($model) {
113+
114+
ApacheBuild::dispatch();
115+
116+
});
117117

118118
}
119119

0 commit comments

Comments
 (0)