Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / lib / RT / SharedSettings.pm
index 30c6b13..9623645 100644 (file)
 
 package RT::SharedSettings;
 
-use RT::SharedSetting;
-
 use strict;
 use warnings;
 use base 'RT::Base';
 
+use RT::SharedSetting;
+
 sub new  {
     my $proto = shift;
     my $class = ref($proto) || $proto;