Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Mar 3, 2020
1 parent 05076cf commit 16e967c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor
composer.lock
.phpunit.result.cache
.php_cs.cache
4 changes: 2 additions & 2 deletions src/HasPivotEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Signifly\PivotEvents;

use Illuminate\Support\Collection;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Collection;

trait HasPivotEvents
{
Expand Down
2 changes: 1 addition & 1 deletion tests/PivotEventsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Signifly\PivotEvents\Test;

use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\Event;
use Signifly\PivotEvents\Test\Models\Role;
use Signifly\PivotEvents\Test\Models\User;
use Illuminate\Foundation\Testing\RefreshDatabase;

class PivotEventsTest extends TestCase
{
Expand Down

0 comments on commit 16e967c

Please sign in to comment.