pixelfed/app/Profile.php
Daniel Supernault 9dd58c5abd Add profile model, migration and controller
Also added User model observer to create a profile when a new user is
created.
2018-04-15 18:52:22 -06:00

11 lines
103 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Profile extends Model
{
//
}