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