creating tables
This commit is contained in:
@@ -19,6 +19,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
*/
|
||||
class ContentReport extends Model
|
||||
{
|
||||
protected $guarded = [];
|
||||
|
||||
/** Authoring user */
|
||||
public function author()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user