1 | <?php |
||
12 | Class UserRepository extends BaseRepository |
||
13 | { |
||
14 | /** |
||
15 | * UserRepository constructor. |
||
16 | * @param DbDriverInterface $dbDriver |
||
17 | * @param UserDefinition|null $userTable |
||
18 | * @throws InvalidArgumentException |
||
19 | * @throws OrmModelInvalidException |
||
20 | */ |
||
21 | public function __construct( |
||
48 | } |
||
49 |