Skip to content

Instantly share code, notes, and snippets.

@lepikhinb
Created August 13, 2021 11:35
Show Gist options
  • Save lepikhinb/4e4974585f213250abe934c997b4af65 to your computer and use it in GitHub Desktop.
Save lepikhinb/4e4974585f213250abe934c997b4af65 to your computer and use it in GitHub Desktop.
<?php
namespace {{ namespace }};
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
/**
* @method static \Database\Factories\{{ class }}Factory factory(...$params)
*/
class {{ class }} extends Model
{
use HasFactory;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment