mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 20:49:32 +00:00
testing php storm code cleanup and styling
This commit is contained in:
@@ -26,6 +26,7 @@ class ApplicationSetting extends Model
|
||||
'is_git_submodules_enabled',
|
||||
'is_git_lfs_enabled',
|
||||
];
|
||||
|
||||
public function isStatic(): Attribute
|
||||
{
|
||||
return Attribute::make(
|
||||
@@ -42,6 +43,7 @@ class ApplicationSetting extends Model
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
public function application()
|
||||
{
|
||||
return $this->belongsTo(Application::class);
|
||||
|
||||
Reference in New Issue
Block a user