Skip to content

Commit 67eaafb

Browse files
CaddyDzchriskacerguis
authored andcommitted
add import to handling requests example
1 parent 3ed9565 commit 67eaafb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ When your controller extends from `REST_Controller`, the method names will be ap
4040
This allows you to implement a RESTful interface easily:
4141

4242
```php
43+
use Restserver\Libraries\REST_Controller;
44+
4345
class Books extends CI_Controller
4446
{
4547
use REST_Controller {

0 commit comments

Comments
 (0)