Skip to content

Commit 0c1dfe6

Browse files
Merge pull request #7 from fieryprophet/patch-3
Laravel 5.3 removed Interface suffixes
2 parents 7cf7196 + 429f311 commit 0c1dfe6

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)