Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Fixing a missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Aug 16, 2016
1 parent a6310f2 commit 76edc70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Model/UserValidationTrait.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php
namespace Burzum\UserTools\Model;

use RuntimeException;
use Cake\Core\Configure;
use Cake\Validation\Validator;
use RuntimeException;

trait UserValidationTrait {

Expand Down

0 comments on commit 76edc70

Please sign in to comment.