mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-21 00:21:10 +00:00
wip: persisting data
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class LocalPersistentVolume extends BaseModel
|
||||
{
|
||||
public function application()
|
||||
{
|
||||
return $this->morphTo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user