Skip to content

Commit

Permalink
More adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Dec 9, 2023
1 parent 9e99d04 commit 3d3e39f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Repository/DummyRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ public function __construct(DbDriverInterface $dbDriver)
'dummy',
'id'
);
// $mapper->withPrimaryKeySeedFunction(function () {
// return $this->getClosureNewUUID();
// });
// $mapper->withPrimaryKeySeedFunction(BaseRepository::getClosureNewUUID());


// Table UUID Definition
Expand Down

0 comments on commit 3d3e39f

Please sign in to comment.