diff --git a/resources/views/portal/ninja2020/layout/app.blade.php b/resources/views/portal/ninja2020/layout/app.blade.php index b0f8e88f0ed0..5ace4893a31a 100644 --- a/resources/views/portal/ninja2020/layout/app.blade.php +++ b/resources/views/portal/ninja2020/layout/app.blade.php @@ -56,7 +56,7 @@ - @if((bool) Ninja::isSelfHost()) + @if((bool) \App\Utils\Ninja::isSelfHost()) @@ -67,7 +67,7 @@ {{-- Feel free to push anything to header using @push('header') --}} @stack('head') - @if((bool) Ninja::isSelfHost()) + @if((bool) \App\Utils\Ninja::isSelfHost()) {!! $client->getSetting('portal_custom_head') !!} @endif @@ -92,12 +92,12 @@ @yield('footer') @stack('footer') - @if((bool) Ninja::isSelfHost()) + @if((bool) \App\Utils\Ninja::isSelfHost()) {!! $client->getSetting('portal_custom_footer') !!} @endif - @if((bool) Ninja::isSelfHost()) + @if((bool) \App\Utils\Ninja::isSelfHost())