mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Add CollectionController
This commit is contained in:
parent
5e371315c5
commit
5215a68162
1 changed files with 10 additions and 0 deletions
10
app/Http/Controllers/CollectionController.php
Normal file
10
app/Http/Controllers/CollectionController.php
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Http\Controllers;
|
||||||
|
|
||||||
|
use Illuminate\Http\Request;
|
||||||
|
|
||||||
|
class CollectionController extends Controller
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
Loading…
Reference in a new issue