Skip to content

Commit

Permalink
fix import order to make phpcs happy
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Nov 16, 2018
1 parent 1498b1c commit 92f7970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Behavior/SocialBehavior.php
Expand Up @@ -16,12 +16,12 @@
use CakeDC\Users\Exception\MissingEmailException;
use CakeDC\Users\Exception\UserNotActiveException;
use CakeDC\Users\Traits\RandomStringTrait;
use Cake\Core\Configure;
use Cake\Datasource\EntityInterface;
use Cake\Event\EventDispatcherTrait;
use Cake\Utility\Hash;
use DateTime;
use InvalidArgumentException;
use Cake\Core\Configure;

/**
* Covers social features
Expand Down

0 comments on commit 92f7970

Please sign in to comment.