### Extension Version 1.0.0 ### PHP Binary Local PHP ### Operating System Linux ### What happened? When translation files are stored within a subfolder, the extension marks all keys as not found. Ex.- Translation file at `lang/en/admin/users.php`: ```php return [ 'h1' => 'Your users', ]; ``` ### Mimimal Code Sample ```php __('admin/users.h1'); // Translation [admin/users.h1] not found.Laravel Extension(translation) ```