Skip to content

Instantly share code, notes, and snippets.

@dominiquevienne
Last active January 13, 2022 13:16
Show Gist options
  • Save dominiquevienne/c7155b0252b7616df0095e283062a060 to your computer and use it in GitHub Desktop.
Save dominiquevienne/c7155b0252b7616df0095e283062a060 to your computer and use it in GitHub Desktop.
BlogPostFactory file generated by Artisan
<?php
namespace Database\Factories;
use Illuminate\Database\Eloquent\Factories\Factory;
class BlogPostFactory extends Factory
{
/**
* Define the model's default state.
*
* @return array
*/
public function definition()
{
return [
//
];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment