forked from mirror/pixelfed
9 lines
99 B
PHP
9 lines
99 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Http\Controllers;
|
||
|
|
||
|
class NotificationController extends Controller
|
||
|
{
|
||
|
//
|
||
|
}
|