mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-15 19:22:08 -06:00
Some unrelated phpdoc.
This commit is contained in:
parent
dbdc334931
commit
869360f26c
@ -11,6 +11,13 @@ use Illuminate\Database\Eloquent\Relations\BelongsToMany;
|
||||
* Class Role
|
||||
*
|
||||
* @package FireflyIII\Models
|
||||
* @property integer $id
|
||||
* @property string $name
|
||||
* @property string $display_name
|
||||
* @property string $description
|
||||
* @property \Carbon\Carbon $created_at
|
||||
* @property \Carbon\Carbon $updated_at
|
||||
* @property-read \Illuminate\Database\Eloquent\Collection|\FireflyIII\User[] $users
|
||||
*/
|
||||
class Role extends Model
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user