Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 0f632e3

Browse files
committed
merged branch brikou/fix_autoload_inclusion (PR #357)
Commits ------- 67cbb57 s/include/require/ for autoload.php as is it now mandatory Discussion ---------- [autoload.php] s/include/require/ for autoload.php as it is now mandatory
2 parents 68e02eb + 67cbb57 commit 0f632e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use Doctrine\Common\Annotations\AnnotationRegistry;
44

5-
$loader = include __DIR__.'/../vendor/autoload.php';
5+
$loader = require __DIR__.'/../vendor/autoload.php';
66

77
// intl
88
if (!function_exists('intl_get_error_code')) {

0 commit comments

Comments
 (0)