File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ public function getRequest()
159
159
public function getDoctrine ()
160
160
{
161
161
if (!$ this ->container ->has ('doctrine ' )) {
162
- throw new \LogicException ('The DoctrineBundle is not installed in your application. ' );
162
+ throw new \LogicException ('The DoctrineBundle is not registered in your application. ' );
163
163
}
164
164
165
165
return $ this ->container ->get ('doctrine ' );
@@ -175,7 +175,7 @@ public function getDoctrine()
175
175
public function getUser ()
176
176
{
177
177
if (!$ this ->container ->has ('security.context ' )) {
178
- throw new \LogicException ('The SecurityBundle is not installed in your application. ' );
178
+ throw new \LogicException ('The SecurityBundle is not registered in your application. ' );
179
179
}
180
180
181
181
$ token = $ this ->container ->get ('security.context ' )->getToken ();
You can’t perform that action at this time.
0 commit comments