mirror of
https://github.com/flarum/core.git
synced 2025-10-15 17:04:26 +02:00
Add Interface suffix to SettingsRepository
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Flarum\Settings;
|
||||
|
||||
use Illuminate\Database\ConnectionInterface;
|
||||
|
||||
class DatabaseSettingsRepository implements SettingsRepository
|
||||
class DatabaseSettingsRepository implements SettingsRepositoryInterface
|
||||
{
|
||||
protected $database;
|
||||
|
||||
|
Reference in New Issue
Block a user