Skip to content

Commit

Permalink
Merge pull request #22 from basz/fix/abstract-options
Browse files Browse the repository at this point in the history
AbstractOptions expects an array of strings
  • Loading branch information
basz authored Feb 18, 2020
2 parents 945a51c + aa639c6 commit ba4ba51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.global.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'driver' => [
'zfr_oauth2_server_doctrine_driver' => [
'class' => XmlDriver::class,
'paths' => __DIR__ . '/doctrine',
'paths' => [__DIR__ . '/doctrine'],
],
'orm_default' => [
'drivers' => [
Expand Down

0 comments on commit ba4ba51

Please sign in to comment.