Skip to content

Commit 97c3618

Browse files
grawerplchriskacerguis
authored andcommitted
Update Key.php (chriskacerguis#926)
1 parent bc73533 commit 97c3618

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

application/controllers/api/Key.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php
2+
use Restserver\Libraries\REST_Controller;
23

34
defined('BASEPATH') OR exit('No direct script access allowed');
45

56
// This can be removed if you use __autoload() in config.php OR use Modular Extensions
67
/** @noinspection PhpIncludeInspection */
7-
require APPPATH . '/libraries/REST_Controller.php';
8+
//require APPPATH . '/libraries/REST_Controller.php';
89

910
/**
1011
* Keys Controller

0 commit comments

Comments
 (0)