We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0598d5a + 5c8c347 commit e02eb7dCopy full SHA for e02eb7d
composer.json
@@ -32,7 +32,7 @@
32
"illuminate/config": "^10.0 || ^11.0",
33
"illuminate/http": "^10.0 || ^11.0",
34
"illuminate/support": "^10.0 || ^11.0",
35
- "laravel-lang/config": "^1.1",
+ "laravel-lang/config": "^1.4.2",
36
"laravel-lang/locales": "^2.8"
37
},
38
"require-dev": {
src/Concerns/KeyNames.php
@@ -4,7 +4,7 @@
4
5
namespace LaravelLang\Routes\Concerns;
6
7
-use LaravelLang\Config\Data\RouteNameData;
+use LaravelLang\Config\Data\Shared\RouteNameData;
8
use LaravelLang\Config\Facades\Config;
9
10
trait KeyNames
0 commit comments