add docstring to method

This commit is contained in:
Rev 2021-10-27 00:39:47 +09:00
parent 33da8354db
commit 98e00c6427

View File

@ -18,6 +18,9 @@ class ItemsCollection
private string $items_file_key = 'items.json'; private string $items_file_key = 'items.json';
private string $locales_file_key = 'locales.json'; private string $locales_file_key = 'locales.json';
/**
* @throws Exception
*/
public function __construct() public function __construct()
{ {
if (!File::exists(storage_path($this->items_file_key))) { if (!File::exists(storage_path($this->items_file_key))) {