Not a huge deal, but apparently `Collection::dot()` [used here](https://github.com/coding-socks/lost-in-translation/blob/2faaf03a01cd57ec107bc37fc458821c6f3d0a7c/src/Console/Commands/FindMissingTranslationStrings.php#L142) was added in Laravel 10.2.0 [(link)](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md#added-16), but this package lists compatibility with Laravel 9. I managed to shim it in with `macro` and otherwise everything seems to work.