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 7d759ba commit d74cec4Copy full SHA for d74cec4
.psysh.php
@@ -6,6 +6,6 @@
6
7
return [
8
'defaultIncludes' => [
9
- 'vendor/autoload.php'
+ 'vendor/autoload.php'
10
],
11
];
db-prepare.php
@@ -31,7 +31,6 @@
31
->for($users->random(), 'creator')
32
->create();
33
34
- // Лайки
35
$likedUsers = $users->random(rand(1, 5));
36
foreach ($likedUsers as $liker) {
37
PostLike::factory()
0 commit comments