From 10738d7adcfa2f293878bca4d1e2be507654ee0e Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Tue, 18 Apr 2017 10:59:30 +0100 Subject: [PATCH] Move use statement to where its actually used --- lib/Pear/LocalLoop/Controller/Api/Register.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Pear/LocalLoop/Controller/Api/Register.pm b/lib/Pear/LocalLoop/Controller/Api/Register.pm index f1293e9..fdab2f3 100644 --- a/lib/Pear/LocalLoop/Controller/Api/Register.pm +++ b/lib/Pear/LocalLoop/Controller/Api/Register.pm @@ -1,5 +1,6 @@ package Pear::LocalLoop::Controller::Api::Register; use Mojo::Base 'Mojolicious::Controller'; +use ORM::Date; use Data::Dumper; sub post_register{