Files
new_haai/app/Models/ArticleCategory.php
2021-04-02 09:30:56 +08:00

12 lines
129 B
PHP

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Relations\Pivot;
class ArticleCategory extends Pivot
{
//
}