mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 03:20:26 +00:00
wip
This commit is contained in:
@@ -4,7 +4,6 @@ namespace App\Models;
|
||||
|
||||
class Project extends BaseModel
|
||||
{
|
||||
protected $with = ['settings', 'environments'];
|
||||
protected static function booted()
|
||||
{
|
||||
static::created(function ($project) {
|
||||
|
||||
Reference in New Issue
Block a user