InvoicePlane 1.5.9 router.php error

Replace line no. 221- 228 by the below code

public function set_class($class)
{
    $suffix = (string) $this->config->item('controller_suffix'); 
    parent::set_class($class);
}