Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadicjosh committed Sep 16, 2023
2 parents af04d0e + cf527be commit cfa544f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions App/Infrastructure/Persistence/OrmTransactionalEventStore.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php

/**
* This is an example event store implementation using Qubus Dbal.
* It is not recommended to use this implementation in production
* as is. Feel free to edit, rename or clone for your needs.
* This is an example event store database class implementation
* using Qubus OrmBuilder. It is not recommended to use this
* implementation in production as is. Feel free to edit,
* rename or clone for your needs.
*/

namespace App\Infrastructure\Persistence;
Expand Down

0 comments on commit cfa544f

Please sign in to comment.