This commit is contained in:
Andras Bacsai
2023-03-30 17:29:01 +02:00
parent da2f657342
commit 8019dc1267
6 changed files with 19 additions and 81 deletions

View File

@@ -4,6 +4,7 @@ namespace App\Models;
class Project extends BaseModel
{
protected $with = ['settings', 'environments'];
protected static function booted()
{
static::created(function ($project) {