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
  • first commit
    a2cde075
    Yarik authored
    2016-11-08 20:20:16 +0200  
    Browse Code ยป
LikeModel.php 239 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php
    
    namespace artweb\artbox\comment\models;
    
    use yii\db\ActiveRecord;
    
    /**
     * Class LikeModel
     * @package artweb\artbox\comment\models
     */
    class LikeModel extends ActiveRecord
    {
        
    }