Skip to content

Commit

Permalink
Change composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan39 committed Jan 14, 2018
1 parent ac986ef commit 117fa3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UserManagementModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
use Yii;
use yii\helpers\ArrayHelper;

/**
* Class UserManagementModule
*
* @package wpler\modules\UserManagement
*/

class UserManagementModule extends \yii\base\Module
{
const SESSION_LAST_ATTEMPT = '_um_last_attempt';
Expand Down

0 comments on commit 117fa3a

Please sign in to comment.