Skip to content

Commit

Permalink
Merge pull request #188 from VentureCraft/develop
Browse files Browse the repository at this point in the history
private to public for getUserId forSentinel
  • Loading branch information
duellsy committed Dec 9, 2015
2 parents 832e6cc + 11c3c37 commit 99c27d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Venturecraft/Revisionable/RevisionableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public function postDelete()
* Attempt to find the user id of the currently logged in user
* Supports Cartalyst Sentry/Sentinel based authentication, as well as stock Auth
**/
private function getUserId()
public function getUserId()
{
try {
if (class_exists($class = '\Cartalyst\Sentry\Facades\Laravel\Sentry')
Expand Down

0 comments on commit 99c27d9

Please sign in to comment.