1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-22 23:09:41 +00:00
pixelfed/app/Http/Controllers/StoryController.php
2018-08-26 13:21:58 -06:00

11 lines
No EOL
132 B
PHP

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