mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
Finish signup process, including state restoration
This commit is contained in:
@@ -21,7 +21,7 @@ class CoreServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot(Dispatcher $events, Bus $bus)
|
||||
{
|
||||
$this->loadViewsFrom(__DIR__.'../../views', 'flarum');
|
||||
$this->loadViewsFrom(__DIR__.'/../../views', 'flarum');
|
||||
|
||||
$this->registerEventHandlers($events);
|
||||
$this->registerPostTypes();
|
||||
|
Reference in New Issue
Block a user