Skip to content

Commit

Permalink
v73.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Mar 13, 2024
1 parent 68ee27f commit ffd7086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Models/Contracts/Revision.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
use Illuminate\Database\Eloquent\Relations\HasMany;

/**
* \Playground\Models\Contracts\WithRevisionInterface
* \Playground\Models\Contracts\Revision
*/
interface WithRevisionInterface
interface Revision
{
/**
* Get the revisions of the model.
Expand Down

0 comments on commit ffd7086

Please sign in to comment.