mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
perform connection callbacks
This commit is contained in:
@@ -299,6 +299,17 @@ return [
|
||||
*/
|
||||
'subdomain_generator' => \App\Server\SubdomainGenerator\RandomSubdomainGenerator::class,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Connection Callback
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This is a callback method that will be called when a new connection is
|
||||
| established.
|
||||
|
|
||||
*/
|
||||
'connection_callback' => null,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Users
|
||||
|
||||
Reference in New Issue
Block a user