This website requires JavaScript.
Explore
Help
Register
Sign In
UA-Fediland
/
pixelfed
Watch
2
Star
0
Fork
You've already forked pixelfed
0
mirror of
https://github.com/pixelfed/pixelfed.git
synced
2024-11-10 08:44:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a5438f4c37
pixelfed
/
app
/
Follower.php
11 lines
104 B
PHP
Raw
Normal View
History
Unescape
Escape
Add profile model, migration and controller Also added User model observer to create a profile when a new user is created.
2018-04-16 00:52:22 +00:00
<
?
php
namespace
App
;
use
Illuminate\Database\Eloquent\Model
;
Add follower model, migration, controller
2018-04-18 02:17:30 +00:00
class
Follower
extends
Model
Add profile model, migration and controller Also added User model observer to create a profile when a new user is created.
2018-04-16 00:52:22 +00:00
{
//
}
Reference in a new issue
Copy permalink