mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-08 04:00:14 -05:00
fix: HasFactory types
This commit is contained in:
@@ -35,5 +35,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Notification extends Model
|
||||
{
|
||||
use Auditable;
|
||||
/** @use HasFactory<\Database\Factories\NotificationFactory> */
|
||||
use HasFactory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user