Import Fun Completed and Sticker Master
This commit is contained in:
@@ -4,6 +4,8 @@ namespace App\Providers;
|
||||
|
||||
use Illuminate\Support\Facades\Gate;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use URL;
|
||||
|
||||
// use Doctrine\DBAL\Types\Type;
|
||||
|
||||
class AppServiceProvider extends ServiceProvider
|
||||
@@ -25,6 +27,8 @@ class AppServiceProvider extends ServiceProvider
|
||||
return $user->hasRole('Super Admin') ? true : null;
|
||||
});
|
||||
|
||||
// URL::forceScheme('https');
|
||||
|
||||
// if (!Type::hasType('citext')) {
|
||||
// Type::addType('citext', \Doctrine\DBAL\Platforms\PostgreSqlPlatform::class);
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user