Skip to content

Commit 96a23f5

Browse files
committed
Fix paths
1 parent 9e91463 commit 96a23f5

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__ . '/../../../../vendor/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__ . '/../../../../vendor/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)