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