Skip to content

Commit 5cd4831

Browse files
authored
Merge pull request #27 from tzimpel/bugfix/issue-25
Add missing use statement
2 parents 5db6fa3 + 6e0169e commit 5cd4831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ShortcodeManager.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
use BrightNucleus\Invoker\InstantiatorTrait;
1919
use BrightNucleus\Shortcode\Exception\FailedToInstantiateObject;
2020
use BrightNucleus\View\ViewBuilder;
21+
use BrightNucleus\Views;
2122
use Exception;
2223

2324
/**

0 commit comments

Comments
 (0)