Welcome Guest, Not a member yet? Register   Sign In
Filter Interface
#1
Wink 
(This post was last modified: 11-24-2023, 03:35 AM by Nitin Arora.)

I m Facing this error  in codeignitor 4.3.1 please Help Me inInterface 'codeIgniter\Filters\FilterInterface' not found
Reply
#2

The likeliest culprit is a typo given what you're showing there. Technically, the statement should be:
Code:
use CodeIgniter\Filters\FilterInterface;
Wherever it is you chose to implement your FilterInterface.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB