Skip to content

Commit

Permalink
update autoload class list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazz-Man committed May 8, 2020
1 parent 20a74b9 commit 613e9e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/app/themes/boilerplate/includes/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ class App
public function __construct()
{
$classes = [
SetupTheme::class
SetupTheme::class,
EnqueueScripts::class,
Sidebars::class
];

app_autoload_classes($classes);
Expand Down

0 comments on commit 613e9e2

Please sign in to comment.