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
cd3cf003
Commit
cd3cf003
authored
Oct 18, 2018
by
Viral Solani
Committed by
StyleCI Bot
Oct 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply fixes from StyleCI
parent
18b306af
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 @
cd3cf003
...
...
@@ -6,8 +6,9 @@ use App\Http\Controllers\Controller;
use
App\Models\Access\Permission\Permission
;
use
App\Models\Access\Role\Role
;
use
App\Models\Access\User\User
;
use
Illuminate\Http\Request
;
use
App\Models\Settings\Setting
;
use
Illuminate\Http\Request
;
/**
* Class DashboardController.
*/
...
...
@@ -21,7 +22,7 @@ class DashboardController extends Controller
$settingData
=
Setting
::
first
();
$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