1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Merge branch 'master' into 1236-database-changes

This commit is contained in:
Toby Zerner
2018-08-24 21:07:00 +09:30
28 changed files with 1002 additions and 653 deletions

View File

@@ -84,7 +84,7 @@ class CreateUserControllerTest extends ApiControllerTestCase
public function disabling_sign_up_prevents_user_creation()
{
/** @var SettingsRepositoryInterface $settings */
$settings = $this->app->make(SettingsRepositoryInterface::class);
$settings = app(SettingsRepositoryInterface::class);
$settings->set('allow_sign_up', false);
try {