lots of updates + refactoring
This commit is contained in:
@@ -43,7 +43,9 @@ class Application extends BaseModel
|
||||
'publish_directory',
|
||||
'private_key_id'
|
||||
];
|
||||
|
||||
public function type() {
|
||||
return 'application';
|
||||
}
|
||||
public function publishDirectory(): Attribute
|
||||
{
|
||||
return Attribute::make(
|
||||
@@ -206,4 +208,4 @@ class Application extends BaseModel
|
||||
}
|
||||
throw new \Exception('No deployment type found');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user