Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu committed May 24, 2017
1 parent ada04ae commit 2a136db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pho/Framework/ParticleTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public function __call(string $name, array $args) {
}
}
}
throw new Exceptions\InvalidParticleMethodException(__CLASS__, $name);
//throw new Exceptions\InvalidParticleMethodException(__CLASS__, $name);
}

/**
Expand Down

0 comments on commit 2a136db

Please sign in to comment.