Register form and functionally

This commit is contained in:
Kyle
2017-08-11 16:50:14 +00:00
parent 3f61b82b11
commit 5b83ca3e9b
7 changed files with 103 additions and 79 deletions

View File

@@ -55,4 +55,9 @@ class PilotService extends BaseService
return $pilot;
}
public function create()
{
}
}