\AppActivityUsers

Class ActivityUsers is junction table between Activity and User

Summary

Methods
Properties
Constants
activity()
user()
No public properties found
No constants found
No protected methods found
$fillable
N/A
No private methods found
No private properties found
N/A

Properties

$fillable

$fillable : array

The attributes that are mass assignable.

Type

array

Methods

activity()

activity() : \Illuminate\Database\Eloquent\Relations\BelongsTo

Activities belonging to users

Returns

\Illuminate\Database\Eloquent\Relations\BelongsTo

user()

user() : \Illuminate\Database\Eloquent\Relations\BelongsTo

Users belonging to activity

Returns

\Illuminate\Database\Eloquent\Relations\BelongsTo