Minor fixes for namespaces

This commit is contained in:
David Bomba 2021-08-19 00:45:16 +10:00
parent 2528fc16b8
commit 386221cba8
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
* @license https://www.elastic.co/licensing/elastic-license * @license https://www.elastic.co/licensing/elastic-license
*/ */
namespace App\PaymentDrivers\Eway; namespace App\PaymentDrivers\Sample;
use App\Exceptions\PaymentFailed; use App\Exceptions\PaymentFailed;
use App\Jobs\Mail\PaymentFailureMailer; use App\Jobs\Mail\PaymentFailureMailer;

View File

@ -9,7 +9,7 @@
* @license https://www.elastic.co/licensing/elastic-license * @license https://www.elastic.co/licensing/elastic-license
*/ */
namespace App\PaymentDrivers; namespace App\PaymentDrivers\Sample;
use App\Http\Requests\Payments\PaymentWebhookRequest; use App\Http\Requests\Payments\PaymentWebhookRequest;
use App\Models\ClientGatewayToken; use App\Models\ClientGatewayToken;