mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-24 00:30:05 +08:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
5d2be82a57
commit
9be9cd2ecb
@@ -115,14 +115,14 @@ class TestController extends Controller
|
||||
public function echoesConfig()
|
||||
{
|
||||
return [
|
||||
'app.env' => config('app.env')
|
||||
'app.env' => config('app.env'),
|
||||
];
|
||||
}
|
||||
|
||||
public function echoesUrlPathParameters($param)
|
||||
{
|
||||
return [
|
||||
'param' => $param
|
||||
'param' => $param,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user