-  
 - Downloads
 
feat: add LegalMention model, factory, and migration
- Created LegalMention model with relationships and fillable attributes. - Added LegalMentionFactory for generating test data. - Implemented migration for legal_mentions table with necessary fields and foreign key relationship.
parent
4dabbbdb
  No related branches found   
  No related tags found   
    Checking pipeline status
  
Showing         
- app/Models/LegalMention.php 29 additions, 0 deletionsapp/Models/LegalMention.php
 - database/factories/LegalMentionFactory.php 24 additions, 0 deletionsdatabase/factories/LegalMentionFactory.php
 - database/migrations/2025_02_14_114512_create_legal_mentions_table.php 24 additions, 0 deletions...rations/2025_02_14_114512_create_legal_mentions_table.php
 
Loading
Please sign in to comment