summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Cornutt <enygma@phpdeveloper.org>2015-07-22 15:18:09 -0500
committerChris Cornutt <enygma@phpdeveloper.org>2015-07-22 15:18:09 -0500
commit61328123ea4cfbd9a71da699e7a8e1d5fdf2de3c (patch)
treea5df95f0efe3b41b39b7bb58a5f3069c67b0de04
parent2296cedf3f68accc5ca87e590ddbdf7af16a0e4d (diff)
downloadgatekeeper-61328123ea4cfbd9a71da699e7a8e1d5fdf2de3c.zip
gatekeeper-61328123ea4cfbd9a71da699e7a8e1d5fdf2de3c.tar.gz
gatekeeper-61328123ea4cfbd9a71da699e7a8e1d5fdf2de3c.tar.bz2
Updating docs to add the "use" for the install examples
-rw-r--r--docs/installation-and-configuration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installation-and-configuration.md b/docs/installation-and-configuration.md
index e8be68a..d5dc9ba 100644
--- a/docs/installation-and-configuration.md
+++ b/docs/installation-and-configuration.md
@@ -43,6 +43,8 @@ up the connection and get the instance configured:
```php
<?php
require_once 'vendor/autoload.php';
+use \Psecio\Gatekeeper\Gatekeeper;
+
Gatekeeper::init();
?>
```