- added createFolder to SharedPage.vue

- queueable email
- frontend build
This commit is contained in:
Peter Papp
2021-02-07 17:28:00 +01:00
parent dee562c56e
commit a4725df5f7
5 changed files with 98 additions and 73 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Notifications;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Support\Facades\Auth;
use Illuminate\Notifications\Notification;
use Illuminate\Notifications\Messages\MailMessage;