1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-23 15:29:50 +00:00
pixelfed/app/Http/Controllers/SiteController.php

11 lines
119 B
PHP
Raw Normal View History

2018-06-01 03:12:06 +00:00
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class SiteController extends Controller
{
}