Skip to content

Commit

Permalink
Update Auditing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersongoncalves committed Nov 22, 2018
1 parent 5764b4f commit 784f1bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
35 changes: 6 additions & 29 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Model/Behavior/LoggerBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public function afterSave(Event $event, Entity $entity, \ArrayObject $options)

if ($entity->isNew() || is_null($record)) {
$record = $recordTable->newEntity();

$record->model_table = $class;
$record->model_pk = $entity->id;
$record->created = date('Y-m-d H:i:s');
Expand Down

0 comments on commit 784f1bf

Please sign in to comment.