uncomment the routes
This commit is contained in:
@@ -11,6 +11,7 @@ use Illuminate\Support\Facades\Auth;
|
||||
use App\Models\SetadProvince;
|
||||
use phpDocumentor\Reflection\Utils;
|
||||
use Webpatser\Uuid\Uuid;
|
||||
use Illuminate\Support\Str;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
|
||||
class ResearchDevController extends Controller
|
||||
@@ -370,7 +371,7 @@ class ResearchDevController extends Controller
|
||||
}
|
||||
|
||||
// Make Unique Code
|
||||
$uuid = Uuid::generate();
|
||||
$uuid = Str::uuid();
|
||||
|
||||
|
||||
switch ($request->domain_id) {
|
||||
|
||||
Reference in New Issue
Block a user