Skip to content

Commit cf5fc88

Browse files
committed
add shame not
1 parent 31bfb9b commit cf5fc88

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@
44

55
use Backpack\CRUD\ViewNamespaces;
66

7+
8+
79
trait HasViewNamespaces
810
{
11+
/**
12+
* This file is only needed because we messed up version constrains from 1.2 up to 1.2.6 of PRO version
13+
* and any user that the license ended in the middle of those versions was not able to update
14+
* Backpack/CRUD up from 5.3.6.
15+
*
16+
* This should be removed in the next major version.
17+
*
18+
*/
19+
920
public function addViewNamespacesFor(string $domain, array $viewNamespaces)
1021
{
1122
ViewNamespaces::addFor($domain, $viewNamespaces);

0 commit comments

Comments
 (0)