]>
BookStack Code Mirror - bookstack/blob - app/SocialAccount.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated Spanish translation
[bookstack]
/
app
/
SocialAccount.php
1
<?php namespace BookStack;
2
3
class SocialAccount extends Model
4
{
5
6
protected $fillable = ['user_id', 'driver', 'driver_id', 'timestamps'];
7
8
public function user()
9
{
10
return $this->belongsTo(User::class);
11
}
12
}
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.