Register form and functionally

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

View File

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