Skip to content

Commit

Permalink
#manage-null-reference add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Sep 7, 2023
1 parent 51579e2 commit e1fb276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Model/Behavior/SocialBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use Cake\Core\Configure;
use Cake\Datasource\EntityInterface;
use Cake\Event\EventDispatcherTrait;
use Cake\Log\Log;
use Cake\Utility\Hash;
use CakeDC\Users\Exception\AccountNotActiveException;
use CakeDC\Users\Exception\MissingEmailException;
Expand Down

0 comments on commit e1fb276

Please sign in to comment.