Skip to content

Commit cd34c6a

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent cf5fc88 commit cd34c6a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/app/Library/CrudPanel/Traits/HasViewNamespaces.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@
44

55
use Backpack\CRUD\ViewNamespaces;
66

7-
8-
97
trait HasViewNamespaces
108
{
119
/**
1210
* This file is only needed because we messed up version constrains from 1.2 up to 1.2.6 of PRO version
1311
* and any user that the license ended in the middle of those versions was not able to update
1412
* Backpack/CRUD up from 5.3.6.
15-
*
16-
* This should be removed in the next major version.
1713
*
14+
* This should be removed in the next major version.
1815
*/
19-
2016
public function addViewNamespacesFor(string $domain, array $viewNamespaces)
2117
{
2218
ViewNamespaces::addFor($domain, $viewNamespaces);
@@ -26,4 +22,4 @@ public function addViewNamespaceFor(string $domain, string $viewNamespace)
2622
{
2723
ViewNamespaces::addFor($domain, $viewNamespace);
2824
}
29-
}
25+
}

0 commit comments

Comments
 (0)