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