1
0
Fork 0
pixelfed/app/Http/Controllers/StoryController.php

11 lines
132 B
PHP
Raw Normal View History

2018-08-26 19:21:58 +00:00
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Profile;
class StoryController extends Controller
{
}