Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1.     public function behaviors()
  2.     {
  3.         return [
  4.             [
  5.                 'class' => SluggableBehavior::className(),
  6.                 'slugAttribute' => 'path',
  7.                 'attribute' => 'title',
  8.                 'ensureUnique' => true,
  9.                 'immutable' => true,
  10.             ],
  11.         ];
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement