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 06a778d commit 095d816Copy full SHA for 095d816
src/Repositories/Model.php
@@ -2,9 +2,10 @@
2
3
namespace PPSpaces\Repositories;
4
5
+use Illuminate\Contracts\Routing\UrlRoutable;
6
use PPSpaces\Contracts\Model as RepositoryContract;
7
-abstract class Model implements RepositoryContract {
8
+abstract class Model implements RepositoryContract, UrlRoutable {
9
10
/**
11
* The repository instance.
0 commit comments