codeigniter-hmvc-modules icon indicating copy to clipboard operation
codeigniter-hmvc-modules copied to clipboard

Remove deprecated method usage

Open AmitMY opened this issue 9 years ago • 0 comments

$class = $this->fetch_class(); Is deprecated (at line 264 of Router.php) Please change to: $class = $this->class

AmitMY avatar Oct 28 '16 13:10 AmitMY