Browse Source
Merge pull request #50 from SupianIDz/master
Fix error missing variable on site-options
pull/51/head
Nafies Luthfi
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/Http/Controllers/References/SiteOptionsController.php
|
|
|
@ -15,7 +15,7 @@ class SiteOptionsController extends Controller |
|
|
|
{ |
|
|
|
public function page1() |
|
|
|
{ |
|
|
|
return view('options.page-1', compact('options')); |
|
|
|
return view('options.page-1'); |
|
|
|
} |
|
|
|
|
|
|
|
public function save1(Request $request) |
|
|
|
|