@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace Thinktomorrow\Locale\Detectors; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Http\Request; |
| 6 | -use Thinktomorrow\Locale\Values\Locale; |
|
| 7 | -use Thinktomorrow\Locale\Values\Config; |
|
| 8 | 6 | use Thinktomorrow\Locale\Scope; |
| 7 | +use Thinktomorrow\Locale\Values\Config; |
|
| 8 | +use Thinktomorrow\Locale\Values\Locale; |
|
| 9 | 9 | |
| 10 | 10 | class HiddenSegmentDetector implements Detector |
| 11 | 11 | { |
@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace Thinktomorrow\Locale\Detectors; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Http\Request; |
| 6 | -use Thinktomorrow\Locale\Values\Locale; |
|
| 7 | -use Thinktomorrow\Locale\Values\Config; |
|
| 8 | 6 | use Thinktomorrow\Locale\Scope; |
| 7 | +use Thinktomorrow\Locale\Values\Config; |
|
| 8 | +use Thinktomorrow\Locale\Values\Locale; |
|
| 9 | 9 | |
| 10 | 10 | class QueryDetector implements Detector |
| 11 | 11 | { |
@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace Thinktomorrow\Locale\Detectors; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Http\Request; |
| 6 | -use Thinktomorrow\Locale\Values\Locale; |
|
| 7 | -use Thinktomorrow\Locale\Values\Config; |
|
| 8 | 6 | use Thinktomorrow\Locale\Scope; |
| 7 | +use Thinktomorrow\Locale\Values\Config; |
|
| 8 | +use Thinktomorrow\Locale\Values\Locale; |
|
| 9 | 9 | |
| 10 | 10 | class SegmentDetector implements Detector |
| 11 | 11 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Thinktomorrow\Locale\Parsers\LocaleSegmentParameter; |
| 6 | 6 | use Thinktomorrow\Locale\Parsers\RouteParser; |
| 7 | 7 | use Thinktomorrow\Locale\Parsers\UrlParser; |
| 8 | -use Thinktomorrow\Locale\CanonicalScope; |
|
| 9 | 8 | use Thinktomorrow\Locale\Values\Config; |
| 10 | 9 | |
| 11 | 10 | class LocaleUrl |