mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Add StoryController
This commit is contained in:
parent
b0babe819d
commit
def210be19
1 changed files with 11 additions and 0 deletions
11
app/Http/Controllers/StoryController.php
Normal file
11
app/Http/Controllers/StoryController.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use App\Profile;
|
||||
|
||||
class StoryController extends Controller
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in a new issue