add pipe
This commit is contained in:
@@ -23,5 +23,9 @@ class HttpServiceProvider implements ServiceProviderContract
|
||||
$kernel->bind('post',function (...$args){
|
||||
return HttpService::post($this,...$args);
|
||||
});
|
||||
|
||||
$kernel->bind('postJson',function (...$args){
|
||||
return HttpService::postJson($this,...$args);
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user