forked from mirror/pixelfed
11 lines
132 B
PHP
11 lines
132 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Http\Controllers;
|
||
|
|
||
|
use Illuminate\Http\Request;
|
||
|
use App\Profile;
|
||
|
|
||
|
class StoryController extends Controller
|
||
|
{
|
||
|
|
||
|
}
|