We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300cc3e commit cf74a7aCopy full SHA for cf74a7a
tests/fixtures/factories/post-configured.php
@@ -2,8 +2,8 @@
2
3
/** @var \Illuminate\Database\Eloquent\Factory $factory */
4
5
-use Some\App\Models\Post;
6
use Faker\Generator as Faker;
+use Some\App\Models\Post;
7
8
$factory->define(Post::class, function (Faker $faker) {
9
return [
0 commit comments