Skip to content

Commit

Permalink
fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravitano committed Jun 11, 2015
1 parent 38d3dbc commit 01375ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pingpong/Admin/Presenters/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ class Article extends Presenter

public function image_path()
{
return public_path("images/articles/{$this->resource->image}");
return public_path("images/articles/{$this->entity->image}");
}
}

0 comments on commit 01375ab

Please sign in to comment.