Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public function updateProcesses( $id )
  2. {
  3. $assessor = $this->model->find( $id );
  4. return $assessor->processes()->sync( $this->request->get( 'process_id' ) );
  5. }
  6.  
  7. Argument 1 passed to IlluminateDatabaseEloquentRelationsBelongsToMany::formatSyncList() must be of the type array, null given, called
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement