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

11 行
107 B
PHP

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