Register form and functionally

This commit is contained in:
Kyle
2017-08-12 16:47:44 +00:00
parent 3f61b82b11
commit 5b83ca3e9b
7 changed files with 103 additions and 79 deletions
+5
View File
@@ -55,4 +55,9 @@ class PilotService extends BaseService
return $pilot;
}
public function create()
{
}
}