Skip to content

Commit

Permalink
apply styleci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maelys-buhler committed Dec 14, 2023
1 parent 116458e commit 962ff76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions database/seeders/SongSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@

class SongSeeder extends Seeder
{

/**
* Run the database seeds.
*/
public function run(): void
{

LazyCollection::make(function () {
$DEMO = false;
$file_path = 'seeds/playlist_2010to2022_improved.csv';
Expand Down

0 comments on commit 962ff76

Please sign in to comment.