Add upload file maxsize checking in booking controller

This commit is contained in:
Too
2018-06-26 21:39:24 +08:00
parent f262830b1b
commit fdcaa31ffe
3 changed files with 63 additions and 23 deletions
+1
View File
@@ -1,6 +1,7 @@
<?php
use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;
class DatabaseSeeder extends Seeder
{