forked from mirror/pixelfed
9dd58c5abd
Also added User model observer to create a profile when a new user is created.
10 lines
124 B
PHP
10 lines
124 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
use Illuminate\Http\Request;
|
|
|
|
class ProfileController extends Controller
|
|
{
|
|
//
|
|
}
|