File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33namespace WpStarter \Wordpress \Bootstrap ;
44
5- trait HasEarlyBootstrapers
5+ trait HasEarlyBootstrappers
66{
77 protected $ earlyBootstrappers = [
88 \WpStarter \Foundation \Bootstrap \LoadEnvironmentVariables::class,
Original file line number Diff line number Diff line change 33namespace WpStarter \Wordpress \Console ;
44
55use WpStarter \Foundation \Console \Kernel as ConsoleKernel ;
6- use WpStarter \Wordpress \Bootstrap \HasEarlyBootstrapers ;
6+ use WpStarter \Wordpress \Bootstrap \HasEarlyBootstrappers ;
77
88class Kernel extends ConsoleKernel
99{
10- use HasEarlyBootstrapers ;
10+ use HasEarlyBootstrappers ;
1111 /**
1212 * The bootstrap classes for the application.
1313 *
Original file line number Diff line number Diff line change 88use WpStarter \Routing \Pipeline ;
99use WpStarter \Routing \Router ;
1010use WpStarter \Support \Facades \Facade ;
11- use WpStarter \Wordpress \Bootstrap \HasEarlyBootstrapers ;
11+ use WpStarter \Wordpress \Bootstrap \HasEarlyBootstrappers ;
1212use WpStarter \Wordpress \Routing \Router as ShortcodeRouter ;
1313
1414class Kernel extends HttpKernel
1515{
16- use HasEarlyBootstrapers ;
16+ use HasEarlyBootstrappers ;
1717 protected $ wpHandleHook =['template_redirect ' ,1 ];
1818 /**
1919 * @var \WpStarter\Wordpress\Application
You can’t perform that action at this time.
0 commit comments