Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sistema_mcid
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marcio neto
sistema_mcid
Commits
c967be90
Commit
c967be90
authored
Nov 04, 2024
by
sandroresende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
download middleware httpsProtocolo
parent
94463564
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
AppServiceProvider.php
app/Providers/AppServiceProvider.php
+5
-0
No files found.
app/Providers/AppServiceProvider.php
View file @
c967be90
...
...
@@ -4,12 +4,15 @@ namespace App\Providers;
use
App\User
;
use
Illuminate\Pagination\Paginator
;
use
Illuminate\Support\Facades\URL
;
use
Illuminate\Support\ServiceProvider
;
use
Illuminate\Support\Facades\Validator
;
use
Illuminate\Support\Facades\Auth
;
use
Illuminate\Support\Facades\Blade
;
...
...
@@ -23,6 +26,8 @@ class AppServiceProvider extends ServiceProvider
public
function
boot
()
{
URL
::
forceScheme
(
'https'
);
Validator
::
extend
(
'usuariobloqueado'
,
function
(
$attribute
,
$value
,
$parameters
,
$validator
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment