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

Commit 67cbb57

Browse files
committed
s/include/require/ for autoload.php as is it now mandatory
1 parent 94dccf1 commit 67cbb57

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)