diff options
author | Aaron Hedges <aaron@vimeo.com> | 2015-07-01 13:22:41 -0400 |
---|---|---|
committer | Aaron Hedges <aaron@vimeo.com> | 2015-07-01 13:22:41 -0400 |
commit | d4fa25d9afd52cc1cdfe00b9d3dac33b30aa3877 (patch) | |
tree | f1331fa1bc92df277a6c830887440827e41bbd98 /README.md | |
parent | 3a48a27693c0de928d3adfffc651368d431a573f (diff) | |
download | php-jwt-d4fa25d9afd52cc1cdfe00b9d3dac33b30aa3877.zip php-jwt-d4fa25d9afd52cc1cdfe00b9d3dac33b30aa3877.tar.gz php-jwt-d4fa25d9afd52cc1cdfe00b9d3dac33b30aa3877.tar.bz2 |
update example to use new namespace
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ Example ------- ```php <?php +use \Firebase\JWT\JWT; $key = "example_key"; $token = array( |