1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 15:34:26 +02:00

Apply fixes from StyleCI (#1793)

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke
2019-06-12 23:50:21 +02:00
committed by GitHub
parent 5e1680c458
commit 7f5bd1e96b
6 changed files with 12 additions and 12 deletions

View File

@@ -62,7 +62,7 @@ class Group extends AbstractModel
{
parent::boot();
static::deleted(function (Group $group) {
static::deleted(function (self $group) {
$group->raise(new Deleted($group));
});
}