mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
17 lines
378 B
YAML
Executable File
17 lines
378 B
YAML
Executable File
# Learn more about services, parameters and containers at
|
|
# http://symfony.com/doc/current/book/service_container.html
|
|
parameters:
|
|
# parameter_name: value
|
|
|
|
services:
|
|
|
|
app.eloquent:
|
|
class: AppBundle\Eloquent
|
|
arguments: []
|
|
|
|
# app.fine_diff:
|
|
# class: AppBundle\FineDiff
|
|
# arguments: []
|
|
|
|
twig.exception_listener:
|
|
class: stdObject |