Parcourir la source

Update PhyreServer.php

Bozhidar Slaveykov il y a 1 an
Parent
commit
33a48072ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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));
         });