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 31bfb9b commit cf5fc88Copy full SHA for cf5fc88
src/app/Library/CrudPanel/Traits/HasViewNamespaces.php
@@ -4,8 +4,19 @@
4
5
use Backpack\CRUD\ViewNamespaces;
6
7
+
8
9
trait HasViewNamespaces
10
{
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
20
public function addViewNamespacesFor(string $domain, array $viewNamespaces)
21
22
ViewNamespaces::addFor($domain, $viewNamespaces);
0 commit comments