mirror of https://github.com/pixelfed/pixelfed
Add StoryController
parent
b0babe819d
commit
def210be19
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use App\Profile;
|
||||
|
||||
class StoryController extends Controller
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue