mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
Use gridfs for temp file uploads
This commit is contained in:
parent
8004c8d69e
commit
bfb497c367
4 changed files with 18 additions and 15 deletions
|
|
@ -2,10 +2,13 @@
|
|||
|
||||
namespace App\Livewire\App;
|
||||
|
||||
use Livewire\Attributes\Title;
|
||||
use Livewire\Component;
|
||||
|
||||
class Home extends Component
|
||||
{
|
||||
|
||||
#[Title("Home")]
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.app.home');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue