Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
maksa988 committed Jan 28, 2020
2 parents 8479fd3 + ccb1acc commit 0c02e9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/FreeKassa.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Maksa988\FreeKassa;

use Illuminate\Support\Str;
use Illuminate\Http\Request;
use Illuminate\Support\Str;
use Maksa988\FreeKassa\Traits\CallerTrait;
use Maksa988\FreeKassa\Traits\ValidateTrait;

Expand Down
2 changes: 1 addition & 1 deletion tests/Fake/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Maksa988\FreeKassa\Test\Fake;

use Illuminate\Http\Request;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Http\Request;

class Order extends Model
{
Expand Down
2 changes: 1 addition & 1 deletion tests/FreeKassaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace Maksa988\FreeKassa\Test;

use Illuminate\Http\Request;
use Maksa988\FreeKassa\Test\Fake\Order;
use Maksa988\FreeKassa\Exceptions\InvalidPaidOrder;
use Maksa988\FreeKassa\Exceptions\InvalidSearchOrder;
use Maksa988\FreeKassa\Test\Fake\Order;

class FreeKassaTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Maksa988\FreeKassa\Test;

use Maksa988\FreeKassa\FreeKassa;
use Orchestra\Testbench\TestCase as Orchestra;
use Maksa988\FreeKassa\FreeKassaServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;

class TestCase extends Orchestra
{
Expand Down

0 comments on commit 0c02e9e

Please sign in to comment.