add docstring to method
This commit is contained in:
parent
33da8354db
commit
98e00c6427
@ -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))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user