Initial welcome page

This commit is contained in:
Deon George
2019-11-08 23:51:47 +11:00
parent a91ddbe66e
commit f6b456aa3d
10 changed files with 79 additions and 35 deletions

View File

@@ -5,10 +5,8 @@ namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Foundation\Bus\DispatchesJobs;
use App\Model\Photo;
use App\Jobs\PhotoMove;
use App\Model\Video;
use App\Jobs\VideoMove;
use App\Models\{Photo,Video};
use App\Jobs\{PhotoMove,VideoMove};
class AppServiceProvider extends ServiceProvider
{