You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Http/Controllers/ImportController.php

14 lines
211 B
PHTML

<?php
namespace App\Http\Controllers;
class ImportController extends Controller
{
9 months ago
use Import\Instagram, Import\Mastodon;
9 months ago
public function __construct()
{
$this->middleware('auth');
}
}