perform connection callbacks

This commit is contained in:
Marcel Pociot
2021-12-21 15:37:04 +01:00
parent 12411c4fb5
commit d34f6d1300
2 changed files with 22 additions and 0 deletions

View File

@@ -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