Skip to content

Commit

Permalink
Merge pull request #16 from bendubuisson/master
Browse files Browse the repository at this point in the history
Add hander for onAfterReorder extend hook
  • Loading branch information
stecman committed Nov 17, 2015
2 parents 03607d8 + 6d4fe92 commit 73cbce7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/SilverStripe/InvalidationExtension.php
Expand Up @@ -59,6 +59,14 @@ public function onAfterWrite()
$this->onChange('write');
}

/**
* @return void
*/
public function onAfterReorder()
{
$this->onChange('reorder');
}

/**
* @return void
*/
Expand Down

0 comments on commit 73cbce7

Please sign in to comment.