mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
22 lines
506 B
YAML
Executable File
22 lines
506 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.mime_types', '@app.paths']
|
|
|
|
twig.exception_listener:
|
|
class: stdObject
|
|
|
|
app.paths:
|
|
class: AppBundle\Paths
|
|
arguments: [%kernel.root_dir%]
|
|
|
|
app.mime_types:
|
|
class: AppBundle\MimeTypes
|
|
arguments: ['@app.paths']
|