9dd58c5abd
Also added User model observer to create a profile when a new user is created.
10 lines
103 B
PHP
10 lines
103 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class Profile extends Model
|
|
{
|
|
//
|
|
}
|