Blame view

models/LikeModel.php 239 Bytes
a2cde075   Yarik   first commit
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
      {
          
      }