[CORE][Event] Move GSEvent to Event, no longer a name collision

This commit is contained in:
Hugo Sales
2020-06-23 20:37:29 +00:00
committed by Hugo Sales
parent 07422c4e1a
commit bf92c44d81
4 changed files with 3 additions and 7 deletions

View File

@@ -17,7 +17,6 @@
// along with GNU social. If not, see <http://www.gnu.org/licenses/>.
// }}}
/**
* Handle network public feed
*
@@ -31,7 +30,7 @@
namespace App\Controller;
use App\Core\GSEvent as Event;
use App\Core\Event;
use App\Util\Common;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;