diff options
Diffstat (limited to 'core/Command/User/Setting.php')
-rw-r--r-- | core/Command/User/Setting.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php index 7b616269712..b677540d170 100644 --- a/core/Command/User/Setting.php +++ b/core/Command/User/Setting.php @@ -4,7 +4,7 @@ * * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> - * @author Johannes Leuker <developers@hosting.de> + * @author Johannes Leuker <j.leuker@hosting.de> * @author Kim Brose <kim.brose@rwth-aachen.de> * @author Roeland Jago Douma <roeland@famdouma.nl> * @@ -23,7 +23,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OC\Core\Command\User; use OC\Core\Command\Base; |