Skip to content

Commit

Permalink
fixed autoload problem
Browse files Browse the repository at this point in the history
  • Loading branch information
emagombe committed Dec 15, 2019
1 parent 5561651 commit 2ffc7ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once __DIR__.'/vendor/autoload.php';

spl_autoload_register(function ($class_name) {
require_once __DIR__.'/'.$class_name .'.php';
});

0 comments on commit 2ffc7ae

Please sign in to comment.