Logo white

Yarik / artbox-webcomment

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • artbox-webcomment
  • models
  • LikeModel.php
  • Artbox comment created
    faff2c48
    Yarik authored
    2017-05-25 18:03:35 +0300  
    Browse Code ยป
LikeModel.php 190 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php
    
    namespace artbox\webcomment\models;
    
    use yii\db\ActiveRecord;
    
    /**
     * Class LikeModel
     */
    class LikeModel extends ActiveRecord
    {
        
    }