Switched to composer generated autoloader.
This commit is contained in:
parent
d89e155947
commit
1febb1a414
6 changed files with 28 additions and 45 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
//Add the auto loader. This makes sure that we can find the files we need for a class.
|
||||
require_once('autoload.php');
|
||||
require_once('vendor/autoload.php');
|
||||
|
||||
//This says, we want Hello to mean Friendica\Directory\Example\Hello.
|
||||
//It's a shortcut.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue