mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
9dd58c5abd
Also added User model observer to create a profile when a new user is created.
11 lines
103 B
PHP
11 lines
103 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class Profile extends Model
|
|
{
|
|
//
|
|
}
|