Skip to content

Commit

Permalink
fixed bug contract
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadtsn committed Apr 25, 2022
1 parent 43f023a commit ae139ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Contracts/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
abstract class Repository
{

abstract protected function init(): Builder;
abstract protected function instanceModel(): Model;
abstract protected function modelName(): string;
abstract public function init(): Builder;
abstract public function instanceModel(): Model;
abstract public function modelName(): string;

}

0 comments on commit ae139ae

Please sign in to comment.