1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
pixelfed_ynh/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
{
}