Skip to content

Commit

Permalink
Clean Code
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghie committed Jun 7, 2016
1 parent 83025c4 commit df246eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assets/CookieAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

namespace cinghie\cookieconsent\assets;

class CookieAsset extends \yii\web\AssetBundle
use yii\web\AssetBundle;

class CookieAsset extends AssetBundle
{
/**
* @inherit
Expand Down
3 changes: 2 additions & 1 deletion widgets/CookieWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
namespace cinghie\cookieconsent\widgets;

use Yii;
use yii\base\Widget;

class CookieWidget extends \yii\base\Widget
class CookieWidget extends Widget
{
public $message;
public $dismiss;
Expand Down

0 comments on commit df246eb

Please sign in to comment.