Skip to content

Commit

Permalink
[FIX] manage to access vendor autoload via child folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bim-g committed Sep 26, 2023
1 parent 0e3f619 commit 48923a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* @author Boss Ibrahim Mussa
*/

use Wepesi\App\Validator\StringValidator;

require_once __DIR__ . '/../vendor/autoload.php';
$data_source = [
"name" => "ibrahim",
"age" => 12,
Expand Down

0 comments on commit 48923a9

Please sign in to comment.