Skip to content

Commit

Permalink
Update D3Files.php
Browse files Browse the repository at this point in the history
  • Loading branch information
uldisn authored Mar 16, 2021
1 parent 31e5a98 commit 0bb5199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/D3Files.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public static function copyFilesBetweenModels(ActiveRecord $modelFrom, ActiveRec
/**
* @return mixed|object|null
*/
public function isNotesEnabled()
public static function isNotesEnabled()
{
return Yii::$app->getModule('d3files')->enableNotes;
}
Expand Down

0 comments on commit 0bb5199

Please sign in to comment.