@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Presspack\Framework\Providers; |
4 | 4 | |
5 | +use Illuminate\Support\ServiceProvider as BaseServiceProvider; |
|
5 | 6 | use Illuminate\Support\Str; |
6 | 7 | use Presspack\Framework\Post; |
7 | -use Presspack\Framework\Support\Translation\Strings; |
|
8 | -use Presspack\Framework\Support\Localization\Localize; |
|
9 | -use Illuminate\Support\ServiceProvider as BaseServiceProvider; |
|
10 | 8 | use Presspack\Framework\Support\Facades\Strings as StringFacade; |
9 | +use Presspack\Framework\Support\Localization\Localize; |
|
10 | +use Presspack\Framework\Support\Translation\Strings; |
|
11 | 11 | |
12 | 12 | class ServiceProvider extends BaseServiceProvider |
13 | 13 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Presspack\Framework\Support\Localization; |
4 | 4 | |
5 | -use Illuminate\Support\Facades\DB; |
|
6 | 5 | use Illuminate\Support\Facades\App; |
6 | +use Illuminate\Support\Facades\DB; |
|
7 | 7 | |
8 | 8 | class Localize |
9 | 9 | { |