Skip to content

Commit 095d816

Browse files
committed
Base Repository Model implement UrlRoutable Contract
1 parent 06a778d commit 095d816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Repositories/Model.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
namespace PPSpaces\Repositories;
44

5+
use Illuminate\Contracts\Routing\UrlRoutable;
56
use PPSpaces\Contracts\Model as RepositoryContract;
67

7-
abstract class Model implements RepositoryContract {
8+
abstract class Model implements RepositoryContract, UrlRoutable {
89

910
/**
1011
* The repository instance.

0 commit comments

Comments
 (0)