for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Models;
class SystemPerson extends Person
{
protected $table = 'people';
public function getConnectionName(): string
return 'mysql';
}