summaryrefslogtreecommitdiffstats
path: root/application/controllers/api/v2/user.php
blob: 2a233fe523bc8f6e72adb3595066b24dea86b712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/*
 * Copyright 2014-2015 Florian "Bluewind" Pritz <bluewind@server-speed.net>
 *
 * Licensed under AGPLv3
 * (see COPYING for full license text)
 *
 */
namespace controllers\api\v2;

class user extends \controllers\api\v1\user {
}