Add HashtagController

pull/52/head
Daniel Supernault 2018-05-31 20:39:35 -06:00
rodzic a97403f3e7
commit d263353417
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

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