diff --git a/bridges/ForensicArchitectureBridge.php b/bridges/ForensicArchitectureBridge.php deleted file mode 100644 index 5f024f3a..00000000 --- a/bridges/ForensicArchitectureBridge.php +++ /dev/null @@ -1,25 +0,0 @@ -investigations as $investigation) { - $this->items[] = [ - 'content' => $investigation->abstract, - 'timestamp' => $investigation->publication_date, - 'title' => $investigation->title, - 'uid' => $investigation->id, - 'uri' => self::URI . 'investigation/' . $investigation->slug, - ]; - } - } -}