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