Skip to content

Commit

Permalink
- Fixing import
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Nov 15, 2019
1 parent 0d2aa84 commit abe562c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ use IPubTests\DoctrineDynamicDiscriminatorMap\Models;

require __DIR__ . '/../bootstrap.php';

require_once __DIR__ . '/models/AbstractEntity.php';
require_once __DIR__ . '/models/PersonEntity.php';
require_once __DIR__ . '/models/AbstractEntity.php';
require_once __DIR__ . '/models/StudentEntity.php';
require_once __DIR__ . '/models/TeacherEntity.php';

Expand Down

0 comments on commit abe562c

Please sign in to comment.