mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-14 14:26:00 +00:00
Add projects, environments, applications, databases
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class Application extends BaseModel
|
||||
{
|
||||
public function environments()
|
||||
{
|
||||
return $this->morphToMany(Environment::class, 'environmentable');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user