Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
digitv committed Feb 7, 2020
1 parent 8999de4 commit df628c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/Breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function behaviors()
{
return [
[
'class' => WidgetBehavior::className(),
'class' => WidgetBehavior::class,
'widgetType' => WidgetBehavior::LIVE_WIDGET_TYPE_COMMANDS,
],
];
Expand Down

0 comments on commit df628c4

Please sign in to comment.