Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120836398
UserAlias.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
524 B
Referenced Files
None
Subscribers
None
UserAlias.php
View Options
<?php
namespace
App
;
use
Illuminate\Database\Eloquent\Model
;
/**
* A email address alias for a User.
*
* @property string $alias
* @property int $id
* @property int $user_id
*/
class
UserAlias
extends
Model
{
protected
$fillable
=
[
'user_id'
,
'alias'
];
/**
* The user to which this alias belongs.
*
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/
public
function
user
()
{
return
$this
->
belongsTo
(
'
\A
pp
\U
ser'
,
'user_id'
,
'id'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 1:30 PM (4 h, 41 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a1/52/61e492a21beccfca8e94d3d7e339
Default Alt Text
UserAlias.php (524 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline