@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @author Temitope Olotin <[email protected]> |
|
4 | - * @license <https://opensource.org/license/MIT> MIT |
|
5 | - */ |
|
3 | + * @author Temitope Olotin <[email protected]> |
|
4 | + * @license <https://opensource.org/license/MIT> MIT |
|
5 | + */ |
|
6 | 6 | namespace Laztopaz\EmojiRestfulAPI; |
7 | 7 | |
8 | 8 | use Illuminate\Database\Capsule\Manager as Capsule; |
@@ -254,6 +254,8 @@ |
||
254 | 254 | |
255 | 255 | /** |
256 | 256 | * This method authenticate and return user id |
257 | + * @param Request $request |
|
258 | + * @param Response $response |
|
257 | 259 | */ |
258 | 260 | public function getCurrentUserId($request, $response) |
259 | 261 | { |