Skip to content

Commit f4ca181

Browse files
committed
ECS
1 parent 96a23f5 commit f4ca181

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
require __DIR__.'/../../../../../autoload.php';
3+
require __DIR__ . '/../../../../../autoload.php';
44

5-
return new \craft\cloud\ops\bref\handlers\CommandSqsHandler;
5+
return new \craft\cloud\ops\bref\handlers\CommandSqsHandler();
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
require __DIR__.'/../../../../../autoload.php';
3+
require __DIR__ . '/../../../../../autoload.php';
44

5-
return new \craft\cloud\ops\bref\handlers\JobSqsHandler;
5+
return new \craft\cloud\ops\bref\handlers\JobSqsHandler();

0 commit comments

Comments
 (0)