Skip to content

Commit

Permalink
missed quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
filisko authored Jul 21, 2016
1 parent c3d2ad7 commit 1033671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/types/group.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h4 id="method_get_config" class="method">get_config($key, $default = null)</h4>
<th>Example</th>
<td>
<pre class="php"><code>// get a config value of the simplegroup driver, return false if it doesn't exist
$key = Auth::instance(simplegroup)->get_config('key', false);
$key = Auth::instance('simplegroup')->get_config('key', false);
</code></pre>
</td>
</tr>
Expand Down

0 comments on commit 1033671

Please sign in to comment.