Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Update LaravelKinveyAuthServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jhariani committed Oct 20, 2014
1 parent e466c65 commit 1a5bcae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

use Illuminate\Auth\AuthServiceProvider as BaseAuthServiceProvider;
use GovTribe\LaravelKinvey\Auth\KinveyUserProvider;
use GovTribe\LaravelKinvey\Client\Exception\KinveyResponseException;
use Event;
use Session;

Expand Down Expand Up @@ -70,5 +71,4 @@ public function registerEvents()
Session::forget('kinvey');
});
}

}

0 comments on commit 1a5bcae

Please sign in to comment.