Skip to content

Commit 5c53fbf

Browse files
committed
Remove ForwardsCalls Trait
1 parent 29fb025 commit 5c53fbf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Repositories/Repository.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@
88
use Illuminate\Container\Container as App;
99

1010
use Illuminate\Database\Eloquent\Model;
11-
use Illuminate\Support\Traits\ForwardsCalls;
1211
use Illuminate\Contracts\Routing\UrlRoutable;
1312

1413
use PPSpaces\Exceptions\RepositoryException;
1514
use PPSpaces\Contracts\Repository as RepositoryContract;
1615

1716
abstract class Repository implements RepositoryContract, JsonSerializable, UrlRoutable {
1817

19-
// use ForwardsCalls;
20-
2118
/**
2219
* The application instance being facaded.
2320
*

0 commit comments

Comments
 (0)