1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-21 05:36:56 +00:00

Add HashtagController

This commit is contained in:
Daniel Supernault 2018-05-31 20:39:35 -06:00
parent a97403f3e7
commit d263353417

View file

@ -0,0 +1,10 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class HashtagController extends Controller
{
//
}