diff --git a/app/Data/ItemsCollection.php b/app/Data/ItemsCollection.php index e4010f1..88ab98a 100644 --- a/app/Data/ItemsCollection.php +++ b/app/Data/ItemsCollection.php @@ -18,6 +18,9 @@ class ItemsCollection private string $items_file_key = 'items.json'; private string $locales_file_key = 'locales.json'; + /** + * @throws Exception + */ public function __construct() { if (!File::exists(storage_path($this->items_file_key))) {