From 2a136db87ebbe5ac2d34a0d525a48e8953940ae3 Mon Sep 17 00:00:00 2001 From: Groups Date: Tue, 23 May 2017 22:37:08 -0700 Subject: [PATCH] bugfix --- src/Pho/Framework/ParticleTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pho/Framework/ParticleTrait.php b/src/Pho/Framework/ParticleTrait.php index 2541146..9e597a4 100644 --- a/src/Pho/Framework/ParticleTrait.php +++ b/src/Pho/Framework/ParticleTrait.php @@ -282,7 +282,7 @@ public function __call(string $name, array $args) { } } } - throw new Exceptions\InvalidParticleMethodException(__CLASS__, $name); + //throw new Exceptions\InvalidParticleMethodException(__CLASS__, $name); } /**