Skip to content

Commit 3c38894

Browse files
committed
Merge branch 'devel'
2 parents d8058a5 + 92f0e8c commit 3c38894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "^7.2.5",
1212
"fideloper/proxy": "^4.2",
13-
"laravel/framework": "^7.0",
13+
"laravel/framework": "^7.4",
1414
"fruitcake/laravel-cors": "^1.0",
1515
"guzzlehttp/guzzle": "^6.3",
1616
"laravel/tinker": "^2.3.0",

resources/views/dashboard/base.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ function gtag() {
7676
@yield('content')
7777

7878
</main>
79+
@include('dashboard.shared.footer')
7980
</div>
80-
@include('dashboard.shared.footer')
8181
</div>
8282

8383

0 commit comments

Comments
 (0)