Blame view

common/modules/blog/views/default/index.php 140 Bytes
4253cbec   root   first commit
1
2
3
4
5
6
7
  <?php

  

  use yii\behaviors\BlameableBehavior;

  use yii\web\Application;

  

  $behavior = new BlameableBehavior();

  var_dump($behavior->value);