Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from theresnotime/theresnotime/issue4
Browse files Browse the repository at this point in the history
Remove autoload.php in the Validator class
Run composer update
  • Loading branch information
theresnotime authored Sep 1, 2022
2 parents dee8438 + f74e23c commit 8b06610
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 16 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
declare( strict_types=1 );
namespace TheresNoTime\IPAValidator;

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

use Exception;

/**
Expand Down

0 comments on commit 8b06610

Please sign in to comment.