mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-01 02:20:54 +00:00
WIP
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class StandaloneDocker extends BaseModel
|
||||
{
|
||||
public function applications()
|
||||
{
|
||||
return $this->morphMany(Application::class, 'destination');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user