pixelfed/app/Http/Controllers/StoryController.php
2018-08-26 13:21:58 -06:00

11 lines
132 B
PHP

<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Profile;
class StoryController extends Controller
{
}