Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-adminpanel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
laravel-adminpanel
Commits
f685c403
Unverified
Commit
f685c403
authored
Oct 18, 2018
by
Viral Solani
Committed by
GitHub
Oct 18, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #275 from viralsolani/analysis-zdKo2p
Apply fixes from StyleCI
parents
18b306af
cd3cf003
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
DashboardController.php
app/Http/Controllers/Backend/DashboardController.php
+3
-2
No files found.
app/Http/Controllers/Backend/DashboardController.php
View file @
f685c403
...
@@ -6,8 +6,9 @@ use App\Http\Controllers\Controller;
...
@@ -6,8 +6,9 @@ use App\Http\Controllers\Controller;
use
App\Models\Access\Permission\Permission
;
use
App\Models\Access\Permission\Permission
;
use
App\Models\Access\Role\Role
;
use
App\Models\Access\Role\Role
;
use
App\Models\Access\User\User
;
use
App\Models\Access\User\User
;
use
Illuminate\Http\Request
;
use
App\Models\Settings\Setting
;
use
App\Models\Settings\Setting
;
use
Illuminate\Http\Request
;
/**
/**
* Class DashboardController.
* Class DashboardController.
*/
*/
...
@@ -21,7 +22,7 @@ class DashboardController extends Controller
...
@@ -21,7 +22,7 @@ class DashboardController extends Controller
$settingData
=
Setting
::
first
();
$settingData
=
Setting
::
first
();
$google_analytics
=
$settingData
->
google_analytics
;
$google_analytics
=
$settingData
->
google_analytics
;
return
view
(
'backend.dashboard'
,
compact
(
'google_analytics'
,
$google_analytics
));
return
view
(
'backend.dashboard'
,
compact
(
'google_analytics'
,
$google_analytics
));
}
}
/**
/**
...
...
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