diff --git a/app/SculpinKernel.php b/app/SculpinKernel.php new file mode 100644 index 000000000..250870ce1 --- /dev/null +++ b/app/SculpinKernel.php @@ -0,0 +1,14 @@ +load('services.yml'); + } +} \ No newline at end of file diff --git a/src/Speakers/src/SculpinSpeakersBundle.php b/src/Speakers/src/SculpinSpeakersBundle.php new file mode 100644 index 000000000..730584892 --- /dev/null +++ b/src/Speakers/src/SculpinSpeakersBundle.php @@ -0,0 +1,9 @@ +filter(function ($session) use ($speaker): bool { + return collect($session['speakers'])->contains($speaker['name']); + })->values()->toArray(); + } +} \ No newline at end of file