mirror of https://github.com/pixelfed/pixelfed
Add Mastodon Import controller
parent
645272145f
commit
edd79a3a80
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Http\Controllers\Import;
|
||||||
|
|
||||||
|
use Illuminate\Http\Request;
|
||||||
|
|
||||||
|
trait Mastodon
|
||||||
|
{
|
||||||
|
public function mastodon()
|
||||||
|
{
|
||||||
|
return view('settings.import.mastodon.home');
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue