mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-04 17:30:27 -05:00
fix: HasFactory types
This commit is contained in:
@@ -41,6 +41,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Bot extends Model
|
||||
{
|
||||
use Auditable;
|
||||
/** @use HasFactory<\Database\Factories\BotFactory> */
|
||||
use HasFactory;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user