Skip to content

Commit fcc785c

Browse files
committed
wip
1 parent 8e223b6 commit fcc785c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
use Tqdev\PhpCrudApi\RequestFactory;
66
use Tqdev\PhpCrudApi\ResponseUtils;
77

8-
spl_autoload_register(function ($class) {
9-
include str_replace('\\', '/', "src\\$class.php");
10-
});
8+
require 'vendor/autoload.php';
119

1210
function runDir(Config $config, string $dir, array $matches, string $category): array
1311
{

0 commit comments

Comments
 (0)