This commit is contained in:
Andras Bacsai
2023-03-30 21:15:25 +02:00
parent 00d9983655
commit da2deb85c4
7 changed files with 55 additions and 14 deletions

View File

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