Browse Source

Update PhyreServer.php

Bozhidar Slaveykov 1 year ago
parent
commit
33a48072ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/app/Models/PhyreServer.php

+ 1 - 1
web/app/Models/PhyreServer.php

@@ -22,7 +22,7 @@ class PhyreServer extends Model
     {
         parent::boot();
 
-        static::creating(function ($model) {
+        static::created(function ($model) {
             event(new ModelPhyreServerCreated($model));
         });