mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-23 06:51:27 +00:00
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
|
|
{
|
|
//
|
|
}
|