Skip to content

Commit

Permalink
Fixes loader
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstandiford committed Nov 30, 2021
1 parent d7db39e commit bcd0630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Traits/With_Subject.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ protected function decide( $key, Accumulator $accumulator ) {

/* @var Observer $observer */
foreach ( array_reverse( Dependency_Processor::prepare( $this->observer_registry->get( $key ) )) as $observer ) {
var_dump($observer->get_id());
$observer->update( $this, $args );
}

Expand Down

0 comments on commit bcd0630

Please sign in to comment.