summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Cornutt <chris.cornutt@hp.com>2015-02-05 13:36:03 -0600
committerChris Cornutt <chris.cornutt@hp.com>2015-02-05 13:36:03 -0600
commit06b04b5e3c0d73f12ef9d0218560522d7c53ae3b (patch)
treeb196677543be2bafc2b51c1375289f187014737c /src
parent7f5eb3101cd0e04325f4f093935511e1d9a168c2 (diff)
downloadgatekeeper-06b04b5e3c0d73f12ef9d0218560522d7c53ae3b.zip
gatekeeper-06b04b5e3c0d73f12ef9d0218560522d7c53ae3b.tar.gz
gatekeeper-06b04b5e3c0d73f12ef9d0218560522d7c53ae3b.tar.bz2
adding comment on current Laravel provider to mark it as 4.x only
Diffstat (limited to 'src')
-rw-r--r--src/Psecio/Gatekeeper/Provider/Laravel.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Psecio/Gatekeeper/Provider/Laravel.php b/src/Psecio/Gatekeeper/Provider/Laravel.php
index 82453ed..ca22d8d 100644
--- a/src/Psecio/Gatekeeper/Provider/Laravel.php
+++ b/src/Psecio/Gatekeeper/Provider/Laravel.php
@@ -7,6 +7,9 @@ use Illuminate\Auth\UserInterface;
use Illuminate\Auth\UserProviderInterface;
use Psecio\Gatekeeper\Gatekeeper;
+/**
+ * This provider is for only Laravel 4.x based applications
+ */
class Laravel implements UserProviderInterface
{
/**