Skip to content

Commit

Permalink
Update Database.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remco-pc committed Aug 28, 2022
1 parent e0a169d commit 0da1950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Module/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public static function entityManager(App $object, $options=[]){
[new Middleware($logger)]
)
);
return $em;
}
}
}

0 comments on commit 0da1950

Please sign in to comment.