Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Create autoload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRow committed Oct 9, 2020
1 parent 3adf9cf commit aea18c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

if (file_exists(__DIR__ . '/../../../autoload.php')) {
require __DIR__ . '/../../../autoload.php';
} else {
require __DIR__ . '/../vendor/autoload.php';
}

0 comments on commit aea18c0

Please sign in to comment.