このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
076server/app/Models/VideoComment.php

11 行
108 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class VideoComment extends Model
{
//
}