mirror of https://github.com/pixelfed/pixelfed
Add AvatarController
parent
f69624eb28
commit
4ab0515e76
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class AvatarController extends Controller
|
||||
{
|
||||
//
|
||||
}
|
Loading…
Reference in New Issue