Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
2 changed files with 50 additions and 46 deletions
Showing only changes of commit 016e0988e9 - Show all commits

View File

@ -123,6 +123,8 @@ abstract class View {
/**
* Send output to client
*
* @return void
*/
abstract public function send();
}

View File

@ -48,6 +48,8 @@ class HttpView extends BaseView {
/**
* Send output to client
*
* @return void
*/
public function send()
{