Skip to content

Commit

Permalink
Model NameSpace Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayvazyan10 committed May 15, 2023
1 parent 11484bb commit a3bcf79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AmeriaBankVPOS.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Ayvazyan10\AmeriaBankVPOS;

use Ayvazyan10\Models\AmeriaBankTransaction;
use Ayvazyan10\AmeriaBankVPOS\Model\AmeriaBankTransaction;
use Illuminate\Support\Facades\Http;
use Exception;
use Illuminate\Support\Str;
Expand Down
2 changes: 1 addition & 1 deletion src/Model/AmeriaBankTransaction.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ayvazyan10\Models;
namespace Ayvazyan10\AmeriaBankVPOS\Model;

use Illuminate\Database\Eloquent\Model;

Expand Down

0 comments on commit a3bcf79

Please sign in to comment.