commit
10bddd9729
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ spl_autoload_register(function($class){
|
|||
require str_replace('\\', DIRECTORY_SEPARATOR, ltrim($class, '\\')).'.php';
|
||||
});
|
||||
// If using Composer, use this instead:
|
||||
//require 'vendor/autoloader.php';
|
||||
//require 'vendor/autoload.php';
|
||||
|
||||
// Get Markdown class
|
||||
use Michelf\Markdown;
|
||||
|
|
|
|||
Loading…
Reference in a new issue