Unified database configuration and updated admin dependencies

This commit is contained in:
xiaomlove
2022-06-10 17:58:30 +08:00
parent 0545d318c9
commit 60f57fb300
56 changed files with 970 additions and 652 deletions
+2
View File
@@ -21,6 +21,8 @@ class User extends Authenticatable
protected $perPage = 50;
protected $connection = NexusDB::ELOQUENT_CONNECTION_NAME;
const STATUS_CONFIRMED = 'confirmed';
const STATUS_PENDING = 'pending';