Skip to content

Commit

Permalink
Fixing error to extends yii Widget problem
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghie committed Jun 11, 2015
1 parent e74b31b commit f3b7ac2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions widgets/CookieWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
namespace cinghie\cookieconsent\widgets;

use Yii;
use yii\base\widget;

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

0 comments on commit f3b7ac2

Please sign in to comment.