Skip to content

Commit d74cec4

Browse files
committed
clear
1 parent 7d759ba commit d74cec4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.psysh.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
return [
88
'defaultIncludes' => [
9-
'vendor/autoload.php'
9+
'vendor/autoload.php'
1010
],
1111
];

db-prepare.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
->for($users->random(), 'creator')
3232
->create();
3333

34-
// Лайки
3534
$likedUsers = $users->random(rand(1, 5));
3635
foreach ($likedUsers as $liker) {
3736
PostLike::factory()

0 commit comments

Comments
 (0)