Update Persons.php (#3962)

Back to the original
This commit is contained in:
odiea
2024-03-29 05:29:51 -06:00
committed by jekkos
parent ab88f1eec1
commit 27a4ccdff6

View File

@@ -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
{