Skip to content

Commit

Permalink
Merge pull request #10 from l3aro/main
Browse files Browse the repository at this point in the history
Correct return RouteNameData
  • Loading branch information
andrey-helldar authored Jun 12, 2024
2 parents 0598d5a + 5c8c347 commit e02eb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"illuminate/config": "^10.0 || ^11.0",
"illuminate/http": "^10.0 || ^11.0",
"illuminate/support": "^10.0 || ^11.0",
"laravel-lang/config": "^1.1",
"laravel-lang/config": "^1.4.2",
"laravel-lang/locales": "^2.8"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Concerns/KeyNames.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace LaravelLang\Routes\Concerns;

use LaravelLang\Config\Data\RouteNameData;
use LaravelLang\Config\Data\Shared\RouteNameData;
use LaravelLang\Config\Facades\Config;

trait KeyNames
Expand Down

0 comments on commit e02eb7d

Please sign in to comment.