File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public function boot()
2323 $ this ->bootMailable ();
2424
2525 if ($ this ->app ->runningInConsole ()) {
26- View::addNamespace ('helo ' , __DIR__ . '/../resources/views ' );
26+ View::addNamespace ('helo ' , __DIR__ . '/../resources/views ' );
2727 }
2828 }
2929
@@ -38,11 +38,11 @@ public function register()
3838 ]);
3939
4040 $ this ->publishes ([
41- __DIR__ . '/../config/helo.php ' => base_path ('config/helo.php ' ),
41+ __DIR__ . '/../config/helo.php ' => base_path ('config/helo.php ' ),
4242 ], 'config ' );
4343 }
4444
45- $ this ->mergeConfigFrom (__DIR__ . '/../config/helo.php ' , 'helo ' );
45+ $ this ->mergeConfigFrom (__DIR__ . '/../config/helo.php ' , 'helo ' );
4646
4747 $ this ->app ->singleton (Mailer::class, function ($ app ) {
4848 $ version = $ this ->version ($ app );
You can’t perform that action at this time.
0 commit comments