Skip to content

Commit

Permalink
added onAfterReorder hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bendubuisson authored and Ben Dubuisson committed Nov 17, 2015
1 parent 03607d8 commit 6d4fe92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/SilverStripe/InvalidationExtension.php
Original file line number Diff line number Diff line change
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 6d4fe92

Please sign in to comment.