diff --git a/app/Controllers/Persons.php b/app/Controllers/Persons.php index d183ee712..34290f308 100644 --- a/app/Controllers/Persons.php +++ b/app/Controllers/Persons.php @@ -3,7 +3,7 @@ namespace App\Controllers; use App\Models\Person; -use Tamtamchik\NameCase\Formatter; +use function \Tamtamchik\NameCase\str_name_case; abstract class Persons extends Secure_Controller {