Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
andersao committed Jun 27, 2015
1 parent ace301e commit 028acf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Prettus/Repository/Traits/PresentableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function setPresenter(PresenterInterface $presenter){
/**
* @return $this|mixed
*/
public function presentable()
public function presenter()
{
if( isset($this->presenter) && $this->presenter instanceof PresenterInterface )
{
Expand Down

0 comments on commit 028acf8

Please sign in to comment.