mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-23 06:51:27 +00:00
Add Mastodon Import controller
This commit is contained in:
parent
645272145f
commit
edd79a3a80
1 changed files with 13 additions and 0 deletions
13
app/Http/Controllers/Import/Mastodon.php
Normal file
13
app/Http/Controllers/Import/Mastodon.php
Normal file
|
@ -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 a new issue