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

11 行
104 B
PHP

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