Skip to content

Commit

Permalink
Set function to public
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Jan 12, 2017
1 parent 4e932d0 commit bad9d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Someline/Base/Models/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function setModelPresenter()
*
* @return mixed
*/
protected function getAuthUserDateTimezone()
public function getAuthUserDateTimezone()
{
$user = $this->getAuthUser();
if ($user && !empty($user->timezone)) {
Expand Down

0 comments on commit bad9d42

Please sign in to comment.