Skip to content

Commit

Permalink
Small bug fix when seeding default photo
Browse files Browse the repository at this point in the history
  • Loading branch information
GeniJaho committed Jan 16, 2024
1 parent c3deb7f commit 21ef798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/UserSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function run(): void
]);
File::copy(
storage_path('app/default.jpg'),
public_path('storage/photos/default.jpg')
storage_path('app/public/photos/default.jpg')
);
});

Expand Down

0 comments on commit 21ef798

Please sign in to comment.