aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/ExportCommand.php
diff options
context:
space:
mode:
authorNicolas Hart <contact@nclshart.net>2017-07-27 23:44:12 +0200
committerNicolas Hart <contact@nclshart.net>2017-07-27 23:44:12 +0200
commita19e212f433be7d989f27c6271cba9a84fcefac9 (patch)
treec050b18f97595889c2c022356c6facf6bbc2a3ef /src/Wallabag/CoreBundle/Command/ExportCommand.php
parentf39152ad6e62f1ea43f501e88a8839526d77ef6c (diff)
downloadwallabag-a19e212f433be7d989f27c6271cba9a84fcefac9.tar.gz
wallabag-a19e212f433be7d989f27c6271cba9a84fcefac9.tar.zst
wallabag-a19e212f433be7d989f27c6271cba9a84fcefac9.zip
Remove unused method getDoctrine in several commands
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/ExportCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/ExportCommand.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Command/ExportCommand.php b/src/Wallabag/CoreBundle/Command/ExportCommand.php
index c2e4be05..291926e4 100644
--- a/src/Wallabag/CoreBundle/Command/ExportCommand.php
+++ b/src/Wallabag/CoreBundle/Command/ExportCommand.php
@@ -69,9 +69,4 @@ class ExportCommand extends ContainerAwareCommand
69 69
70 return 0; 70 return 0;
71 } 71 }
72
73 private function getDoctrine()
74 {
75 return $this->getContainer()->get('doctrine');
76 }
77} 72}