Skip to content

Commit

Permalink
Merge pull request #27 from tzimpel/bugfix/issue-25
Browse files Browse the repository at this point in the history
Add missing use statement
  • Loading branch information
schlessera authored Jul 7, 2020
2 parents 5db6fa3 + 6e0169e commit 5cd4831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ShortcodeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use BrightNucleus\Invoker\InstantiatorTrait;
use BrightNucleus\Shortcode\Exception\FailedToInstantiateObject;
use BrightNucleus\View\ViewBuilder;
use BrightNucleus\Views;
use Exception;

/**
Expand Down

0 comments on commit 5cd4831

Please sign in to comment.