mirror of
https://github.com/flarum/framework.git
synced 2025-06-01 04:56:58 +08: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