Explorar o código

Update PhyreServer.php

Bozhidar Slaveykov hai 1 ano
pai
achega
33a48072ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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));
         });