first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class PostCategory extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'id',
|
||||
'post_id',
|
||||
'category_id'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user