fix: HasFactory types

This commit is contained in:
HDVinnie
2024-07-18 23:42:13 -04:00
parent 2eaf13b393
commit 8ad0097fc9
91 changed files with 88 additions and 455 deletions
+1
View File
@@ -41,6 +41,7 @@ use Illuminate\Database\Eloquent\Model;
class Bot extends Model
{
use Auditable;
/** @use HasFactory<\Database\Factories\BotFactory> */
use HasFactory;
/**