Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Commit 9308f4d

Browse files
committed
Update README.
1 parent a92da42 commit 9308f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ class ExampleController extends BaseController
133133
public function handle()
134134
{
135135
return 'Hello world!';
136-
// return view('welcome', ['name' => 'MyApp']);
137136
// return json(['foo' => 'bar']);
138137
// return redirect('https://easywechat.com');
138+
// return view('welcome', ['name' => 'MyApp']); // template engine require.
139139
}
140140
}
141141

0 commit comments

Comments
 (0)