Skip to content

Commit

Permalink
Make BaseAuditLog class concrete rather abstract, that will allow use…
Browse files Browse the repository at this point in the history
… it without doctrine entity
  • Loading branch information
ronisaha committed Oct 23, 2017
1 parent 72f57c9 commit 6e5d8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/BaseAuditLog.php
Expand Up @@ -15,7 +15,7 @@
use Psr\Log\LogLevel;
use Xiidea\EasyAuditBundle\Traits\EntityHydrationMethod;

abstract class BaseAuditLog
class BaseAuditLog
{
use EntityHydrationMethod;

Expand Down

0 comments on commit 6e5d8da

Please sign in to comment.