mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
8 lines
85 B
PHP
8 lines
85 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
class StoryController extends Controller
|
|
{
|
|
}
|