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