diff options
Diffstat (limited to 'core/Command/App/Enable.php')
-rw-r--r-- | core/Command/App/Enable.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/Command/App/Enable.php b/core/Command/App/Enable.php index f10aa7a92d8..402d1b98acb 100644 --- a/core/Command/App/Enable.php +++ b/core/Command/App/Enable.php @@ -4,8 +4,7 @@ * * @author Daniel Kesselberg <mail@danielkesselberg.de> * @author Joas Schilling <coding@schilljs.com> - * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> - * @author Morris Jobke <hey@morrisjobke.de> + * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Robin Appelman <robin@icewind.nl> * @author Sander Ruitenbeek <s.ruitenbeek@getgoing.nl> * @@ -24,7 +23,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OC\Core\Command\App; use OC\Installer; |