mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
improve admin user profile + image hosting
This commit is contained in:
@@ -260,7 +260,6 @@ class NexusDB
|
||||
$capsule->bootEloquent();
|
||||
$connection = self::$eloquentConnection = $capsule->getConnection($connectionName);
|
||||
$connection->enableQueryLog();
|
||||
$connection->getDoctrineSchemaManager()->getDatabasePlatform()->registerDoctrineTypeMapping('enum', 'string');
|
||||
}
|
||||
|
||||
private static function schema(): \Illuminate\Database\Schema\Builder
|
||||
|
||||
Reference in New Issue
Block a user