예제 #1
0
 /**
  * Implement create($input)
  */
 public function create($input)
 {
     Log::info('Create Location', $input);
     return Location::create($input);
 }