|
@@ -9,7 +9,7 @@ namespace App\Modules\Trade\Pay;
|
|
|
*/
|
|
|
class OrderArousePayFactory
|
|
|
{
|
|
|
- public function __callStatic($name, $arguments)
|
|
|
+ public static function __callStatic($name, $arguments)
|
|
|
{
|
|
|
$name = ucfirst($name) . 'OrderArousePay';
|
|
|
$namesapce = "\\App\\Modules\\Trade\\Pay";
|