mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-18 20:52:06 +00:00
Linting
This commit is contained in:
@@ -23,7 +23,9 @@ class GithubAppPermissionJob implements ShouldBeEncrypted, ShouldQueue
|
||||
return isDev() ? 1 : 3;
|
||||
}
|
||||
|
||||
public function __construct(public GithubApp $github_app) {}
|
||||
public function __construct(public GithubApp $github_app)
|
||||
{
|
||||
}
|
||||
|
||||
public function middleware(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user