Waavi / translation

Better translation management for Laravel
MIT License
360 stars 167 forks source link

typo in readme #148

Open szerintem opened 5 years ago

szerintem commented 5 years ago
    // For selectively chosen routes:
    Route::group(['prefix' => 'api/v1'], function() {
        /** ... Non localized urls here **/
        Route::group(['prefix' => \UriLocalizer::localeFromRequest(2), 'middleware' => 'localize:2')], function () {
            /* Your localized routes here */
        });
    });

'localize:2')], the function bracket closed at the first parameter.