Advertisement
jajangtea

jika diubah

Jun 17th, 2019
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public function behaviors(){
  2. return [
  3. [
  4. 'class' => BlameableBehavior::className(),
  5. 'createdByAttribute' => 'nama_kolom',
  6. 'updatedByAttribute' => 'nama_kolom',
  7. ],
  8. ];
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement