Skip to content

Commit 429f311

Browse files
authored
Laravel 5.3 removed Interface suffixes
1 parent 7cf7196 commit 429f311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VersioningScope.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
use Illuminate\Database\Eloquent\Builder;
66
use Illuminate\Database\Eloquent\Model;
7-
use Illuminate\Database\Eloquent\ScopeInterface;
7+
use Illuminate\Database\Eloquent\Scope;
88
use Illuminate\Database\Query\JoinClause;
99

10-
class VersioningScope implements ScopeInterface
10+
class VersioningScope implements Scope
1111
{
1212
/**
1313
* All of the extensions to be added to the builder.

0 commit comments

Comments
 (0)