mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-04 20:17:49 +00:00
Add servers and privatekeys to database
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class Server extends BaseModel
|
||||
{
|
||||
public function private_key()
|
||||
{
|
||||
return $this->morphMany(PrivateKey::class, 'private_key_morph');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user