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