mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 22:24:04 +08:00
Use absolute autoload path
This commit is contained in:
parent
d1b4068121
commit
a38efe6e90
@ -2,7 +2,7 @@
|
||||
|
||||
// Require the extension's composer autoload file. This will enable all of our
|
||||
// classes in the src directory to be autoloaded.
|
||||
require 'vendor/autoload.php';
|
||||
require __DIR__.'/vendor/autoload.php';
|
||||
|
||||
// Register our service provider with the Flarum application. In here we can
|
||||
// register bindings and execute code when the application boots.
|
||||
|
Loading…
x
Reference in New Issue
Block a user