Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120825209
Relation.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
625 B
Referenced Files
None
Subscribers
None
Relation.php
View Options
<?php
namespace
App\Fs
;
use
Illuminate\Database\Eloquent\Model
;
/**
* The eloquent definition of a filesystem relation.
*
* @property string $id Relation identifier
* @property string $item_id Item identifier
* @property string $related_id Related item identifier
*/
class
Relation
extends
Model
{
/** @var list<string> The attributes that are mass assignable */
protected
$fillable
=
[
'item_id'
,
'related_id'
];
/** @var string Database table name */
protected
$table
=
'fs_relations'
;
/** @var bool Indicates if the model should be timestamped. */
public
$timestamps
=
false
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:35 AM (11 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18794658
Default Alt Text
Relation.php (625 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline