Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f57c78d01 | |||
| e88da82267 | |||
| 319334834b | |||
| 9bad1cb2b9 | |||
| df927a8197 | |||
| 5c98989631 |
5
config/packages/doctrine.yaml
Normal file
5
config/packages/doctrine.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
doctrine:
|
||||
orm:
|
||||
dql:
|
||||
string_functions:
|
||||
match: DoctrineExtensions\Query\Mysql\MatchAgainst
|
||||
@@ -18,5 +18,6 @@ class PcmSearchExtension extends Extension
|
||||
new FileLocator(__DIR__.'/../../config')
|
||||
);
|
||||
$loader->load('services.yaml');
|
||||
$loader->load('packages/doctrine.yaml');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user