From cbff3e0de7ec0abe772a6eb2fba89b7a2001126d Mon Sep 17 00:00:00 2001 From: Roeland Douma Date: Tue, 17 May 2016 10:28:58 +0200 Subject: [PATCH] Move \OCP\Console to PSR-4 (#24636) --- lib/public/{console/consoleevent.php => Console/ConsoleEvent.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/public/{console/consoleevent.php => Console/ConsoleEvent.php} (100%) diff --git a/lib/public/console/consoleevent.php b/lib/public/Console/ConsoleEvent.php similarity index 100% rename from lib/public/console/consoleevent.php rename to lib/public/Console/ConsoleEvent.php