chore(app): mises a jour applicatives et normalisation du code (Laravel Pint)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,7 @@ class RelaxationActivitySeeder extends Seeder
|
||||
'type' => 'audio',
|
||||
'category' => 'Méditation',
|
||||
'url' => 'https://www.youtube.com/watch?v=sz7cpV7ERsY',
|
||||
'image_url' => 'https://images.unsplash.com/photo-1506126613408-eca07ce68773?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80'
|
||||
'image_url' => 'https://images.unsplash.com/photo-1506126613408-eca07ce68773?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80',
|
||||
],
|
||||
[
|
||||
'title' => 'Yoga Doux pour le Soir',
|
||||
@@ -24,7 +24,7 @@ class RelaxationActivitySeeder extends Seeder
|
||||
'type' => 'video',
|
||||
'category' => 'Sport',
|
||||
'url' => 'https://www.youtube.com/watch?v=v7AYKMP6rOE',
|
||||
'image_url' => 'https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80'
|
||||
'image_url' => 'https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80',
|
||||
],
|
||||
[
|
||||
'title' => 'Bruits de Plage et Vagues',
|
||||
@@ -32,7 +32,7 @@ class RelaxationActivitySeeder extends Seeder
|
||||
'type' => 'audio',
|
||||
'category' => 'Musique',
|
||||
'url' => 'https://www.youtube.com/watch?v=0_fS_pS_B0U',
|
||||
'image_url' => 'https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80'
|
||||
'image_url' => 'https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80',
|
||||
],
|
||||
[
|
||||
'title' => 'Comprendre le Cycle du Stress',
|
||||
@@ -40,7 +40,7 @@ class RelaxationActivitySeeder extends Seeder
|
||||
'type' => 'article',
|
||||
'category' => 'Lecture',
|
||||
'url' => 'https://www.santepubliquefrance.fr',
|
||||
'image_url' => 'https://images.unsplash.com/photo-1512820790803-83ca734da794?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80'
|
||||
'image_url' => 'https://images.unsplash.com/photo-1512820790803-83ca734da794?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80',
|
||||
],
|
||||
[
|
||||
'title' => 'Musique Classique pour la Concentration',
|
||||
@@ -48,7 +48,7 @@ class RelaxationActivitySeeder extends Seeder
|
||||
'type' => 'audio',
|
||||
'category' => 'Musique',
|
||||
'url' => 'https://www.youtube.com/watch?v=5Qq3m9G4_4A',
|
||||
'image_url' => 'https://images.unsplash.com/photo-1514119412350-e174d90d280e?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80'
|
||||
'image_url' => 'https://images.unsplash.com/photo-1514119412350-e174d90d280e?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80',
|
||||
],
|
||||
[
|
||||
'title' => 'Techniques de Respiration Wim Hof',
|
||||
@@ -56,8 +56,8 @@ class RelaxationActivitySeeder extends Seeder
|
||||
'type' => 'video',
|
||||
'category' => 'Respiration',
|
||||
'url' => 'https://www.youtube.com/watch?v=tybOi4hjZFQ',
|
||||
'image_url' => 'https://images.unsplash.com/photo-1518199266791-5375a83190b7?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80'
|
||||
]
|
||||
'image_url' => 'https://images.unsplash.com/photo-1518199266791-5375a83190b7?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80',
|
||||
],
|
||||
];
|
||||
|
||||
foreach ($activities as $activity) {
|
||||
|
||||
Reference in New Issue
Block a user