Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
update wiki
authored
Sep 21, 2016
by
Vladimir Schneider
Show whitespace changes
Inline
Side-by-side
Installation.md
View page @
9e801031
...
...
@@ -131,9 +131,7 @@
```php
use Vsch\TranslationManager\Translator;
```
```php
\Route::group(['middleware' => 'web', 'prefix' => 'translations'], function () {
Translator::routes();
});
...
...
...
...