fix formatting
This commit is contained in:
@ -1,17 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Da\User\Event;
|
||||
|
||||
use Da\User\Model\Profile;
|
||||
use yii\base\Event;
|
||||
|
||||
|
||||
class ProfileEvent extends Event
|
||||
{
|
||||
protected $profile;
|
||||
|
||||
public function __construct(Profile $profile, array $config = [])
|
||||
{
|
||||
|
||||
$this->profile = $profile;
|
||||
|
||||
return parent::__construct($config);
|
||||
|
||||
Reference in New Issue
Block a user