From 67eaafb1cfb2ee0bb70034013b7359aaed11ac2f Mon Sep 17 00:00:00 2001 From: Salim Djerbouh Date: Thu, 3 Oct 2019 12:26:39 +0100 Subject: [PATCH] add import to handling requests example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f54e719..7121a5f5 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ When your controller extends from `REST_Controller`, the method names will be ap This allows you to implement a RESTful interface easily: ```php +use Restserver\Libraries\REST_Controller; + class Books extends CI_Controller { use REST_Controller {