Commit 5cc4c85
Fix error DependancyInjection Exception for Symfony 2.x (#551)
* Fix error DependancyInjection Exception
I changed alias to class because Symfony retraces an Injection dependency error :
[Symfony\Component\DependencyInjection\Exception\RuntimeException]
The definition for "fos\oauthserverbundle\controller\tokencontroller" has no class. If you intend to inject this service dynamically at runtime, please mark it as synthetic=true. If this is an abstr
act definition solely used by child definitions, please add abstract=true, otherwise specify a class to get rid of this error.
* Update oauth.xml
Fix error dependancy injection1 parent 98a6642 commit 5cc4c85
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments