File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
use App \Enums \ApplicationDeploymentStatus ;
4
- use App \Models \ApplicationDeploymentQueue ;
5
4
use App \Jobs \ServerFilesFromServerJob ;
6
5
use App \Models \Application ;
6
+ use App \Models \ApplicationDeploymentQueue ;
7
7
use App \Models \ApplicationPreview ;
8
8
use App \Models \EnvironmentVariable ;
9
9
use App \Models \InstanceSettings ;
@@ -2271,7 +2271,8 @@ function get_public_ips()
2271
2271
}
2272
2272
}
2273
2273
2274
- function isAnyDeploymentInprogress () {
2274
+ function isAnyDeploymentInprogress ()
2275
+ {
2275
2276
// Only use it in the deployment script
2276
2277
$ count = ApplicationDeploymentQueue::whereIn ('status ' , [ApplicationDeploymentStatus::IN_PROGRESS , ApplicationDeploymentStatus::QUEUED ])->count ();
2277
2278
if ($ count > 0 ) {
You can’t perform that action at this time.
0 commit comments