We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fb025 commit 5c53fbfCopy full SHA for 5c53fbf
src/Repositories/Repository.php
@@ -8,16 +8,13 @@
8
use Illuminate\Container\Container as App;
9
10
use Illuminate\Database\Eloquent\Model;
11
-use Illuminate\Support\Traits\ForwardsCalls;
12
use Illuminate\Contracts\Routing\UrlRoutable;
13
14
use PPSpaces\Exceptions\RepositoryException;
15
use PPSpaces\Contracts\Repository as RepositoryContract;
16
17
abstract class Repository implements RepositoryContract, JsonSerializable, UrlRoutable {
18
19
- // use ForwardsCalls;
20
-
21
/**
22
* The application instance being facaded.
23
*
0 commit comments