12
app/PostsTag.php
Normal file
12
app/PostsTag.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class PostsTag extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'post_id', 'tag_id',
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user