We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c394193 commit aea0a11Copy full SHA for aea0a11
src/helpers.php
@@ -1,8 +1,8 @@
1
<?php
2
3
+use Illuminate\Contracts\View\View;
4
use Statikbe\FilamentFlexibleContentBlockPages\Facades\FilamentFlexibleContentBlockPages;
5
use Statikbe\FilamentFlexibleContentBlockPages\FilamentFlexibleContentBlockPagesServiceProvider;
-use Illuminate\Contracts\View\View;
6
7
function flexiblePagesTrans(string $translationKey, array $replace = [], ?string $locale = null): string
8
{
@@ -26,9 +26,6 @@ function flexiblePagesPrefix(string $var): string
26
return "{$package}::{$var}";
27
}
28
29
-/**
30
- * @return View
31
- */
32
function flexiblePagesView(string $viewPath, $data = [], $mergeData = []): View
33
34
return view(flexiblePagesPrefix($viewPath), $data, $mergeData);
0 commit comments