wip
This commit is contained in:
@@ -28,9 +28,6 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
Model::unguard();
|
Model::unguard();
|
||||||
Model::shouldBeStrict(! app()->isProduction());
|
Model::shouldBeStrict(! app()->isProduction());
|
||||||
|
|
||||||
Notifications::alignment(Alignment::Center);
|
|
||||||
Notifications::verticalAlignment(VerticalAlignment::Center);
|
|
||||||
|
|
||||||
TranslatableTabs::configureUsing(function (TranslatableTabs $component) {
|
TranslatableTabs::configureUsing(function (TranslatableTabs $component) {
|
||||||
$component
|
$component
|
||||||
->localesLabels(baseLocales())
|
->localesLabels(baseLocales())
|
||||||
|
|||||||
Reference in New Issue
Block a user