summaryrefslogtreecommitdiff
path: root/modules/rest/models
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rest/models')
-rw-r--r--modules/rest/models/user_access_token.php (renamed from modules/rest/models/rest_key.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rest/models/rest_key.php b/modules/rest/models/user_access_token.php
index 4dee8b65..5669d8d1 100644
--- a/modules/rest/models/rest_key.php
+++ b/modules/rest/models/user_access_token.php
@@ -17,5 +17,5 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-class Rest_Key_Model extends ORM {
+class User_Access_Token_Model extends ORM {
}