Switched to composer generated autoloader.

This commit is contained in:
Beanow 2015-02-08 18:24:49 +01:00
commit 1febb1a414
6 changed files with 28 additions and 45 deletions

View file

@ -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.