Set StaticModel connection to mysql

This commit is contained in:
Jason Beggs 2023-12-19 10:52:48 -05:00
parent 370d267678
commit 44620ae67b

View File

@ -33,6 +33,8 @@ use Illuminate\Database\Eloquent\ModelNotFoundException as ModelNotFoundExceptio
*/
class StaticModel extends Model
{
protected $connection = 'mysql';
use MakesHash;
use Excludable;