Club System

This commit is contained in:
2026-06-02 20:54:10 +02:00
parent c68c4d18b5
commit 0b18d289ef
38 changed files with 1464 additions and 118 deletions

View File

@@ -124,6 +124,13 @@ return [
'prefix' => 'xf_'
],
'hashes' => [
'driver' => 'sqlite',
'database' => storage_path('hashes.sqlite'),
'prefix' => '',
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
]
],
/*

View File

@@ -21,7 +21,7 @@ return [
[
'name' => "Submissions queue",
'icon' => 'gavel',
'route' => 'home'
'route' => 'queue.index'
],
]
],