Feat: Implement entities for user and teamer, finalize login process
This commit is contained in:
@@ -19,6 +19,10 @@ services:
|
||||
- '../src/Entity/'
|
||||
- '../src/Kernel.php'
|
||||
|
||||
App\EventListener\TimestampableEntitySubscriber:
|
||||
tags:
|
||||
- { name: 'doctrine.event_subscriber', connection: 'default' }
|
||||
|
||||
App\BusProNet\ApiClient:
|
||||
arguments:
|
||||
$options: { 'bpn_username': '%bpn_username%', 'bpn_password': '%bpn_password%', 'bpn_url': '%bpn_url%' }
|
||||
|
||||
Reference in New Issue
Block a user