Skip to content

Commit

Permalink
[ci skip] Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmcdonald-uk committed Sep 20, 2019
1 parent 5ab6fab commit 940d866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/UserstampsScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Wildside\Userstamps;

use Illuminate\Database\Eloquent\Scope;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Scope;

class UserstampsScope implements Scope
{
Expand Down
1 change: 0 additions & 1 deletion tests/UserstampsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ class Foo extends Model
public $table = 'foos';
public $timestamps = false;
protected $guarded = [];

}

class FooWithSoftDeletes extends Model
Expand Down

0 comments on commit 940d866

Please sign in to comment.