Skip to content

Commit

Permalink
Merge pull request #8 from dubcanada/patch-2
Browse files Browse the repository at this point in the history
Change getAuthUserId to protected
  • Loading branch information
mpociot committed Nov 26, 2015
2 parents 996a0f9 + 42b56bf commit 9d81f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mpociot/Versionable/VersionableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private function isValidForVersioning()
/**
* @return int|null
*/
private function getAuthUserId()
protected function getAuthUserId()
{
if (Auth::check()) {
return Auth::id();
Expand Down

0 comments on commit 9d81f03

Please sign in to comment.