Skip to content

Commit

Permalink
Update WikiFile.php
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
creecros authored Oct 29, 2018
1 parent 094ab6d commit 9eb6262
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Model/WikiFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@ protected function fireCreationEvent($file_id)
return null;
}

protected function fireDestructionEvent($file_id)
{
return null;
}
}

0 comments on commit 9eb6262

Please sign in to comment.