/
home
/
techb158
/
immovalet.com
/
platform
/
plugins
/
payment
/
src
/
Services
/
Traits
/
/home/techb158/immovalet.com/platform/plugins/payment/src/Services/Traits
mkdir
upload
Name
Size
Mode
Actions
PaymentErrorTrait.php
2330
0644
edit
dl
rm
PaymentTrait.php
384
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/plugins/payment/src/Services/Traits/PaymentTrait.php
(384B)
<?php namespace Botble\Payment\Services\Traits; use Botble\Payment\Supports\PaymentHelper; /** * @deprecated */ trait PaymentTrait { /** * Store payment on local * * @param array $args * @return mixed * @deprecated */ public function storeLocalPayment(array $args = []) { return PaymentHelper::storeLocalPayment($args); } }
Save
cmd:
run