File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ public function backoff(): int
43
43
44
44
public function __construct (public Server $ server ) {}
45
45
46
- public function middleware (): array
47
- {
48
- return [(new WithoutOverlapping ($ this ->server ->uuid ))];
49
- }
50
-
51
- public function uniqueId (): int
52
- {
53
- return $ this ->server ->uuid ;
54
- }
46
+ // public function middleware(): array
47
+ // {
48
+ // return [(new WithoutOverlapping($this->server->uuid))];
49
+ // }
50
+
51
+ // public function uniqueId(): int
52
+ // {
53
+ // return $this->server->uuid;
54
+ // }
55
55
56
56
public function handle ()
57
57
{
Original file line number Diff line number Diff line change 7
7
8
8
// The release version of your application
9
9
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
10
- 'release ' => '4.0.0-beta.322 ' ,
10
+ 'release ' => '4.0.0-beta.323 ' ,
11
11
// When left empty or `null` the Laravel environment will be used
12
12
'environment ' => config ('app.env ' ),
13
13
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- return '4.0.0-beta.322 ' ;
3
+ return '4.0.0-beta.323 ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"coolify" : {
3
3
"v4" : {
4
- "version" : " 4.0.0-beta.322 "
4
+ "version" : " 4.0.0-beta.323 "
5
5
}
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments