Skip to content

Instantly share code, notes, and snippets.

@Neoglyph
Created November 13, 2017 14:02
Show Gist options
  • Save Neoglyph/a8872b8941b16901f882bffc685935cc to your computer and use it in GitHub Desktop.
Save Neoglyph/a8872b8941b16901f882bffc685935cc to your computer and use it in GitHub Desktop.
Remove events - Laravel Model
$dispatcher = Model::getEventDispatcher()
// Remove Dispatcher Model::unsetEventDispatcher()
//DO THINGS $model->save();
// Re-add Dispatcher Model::setEventDispatcher($dispatcher);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment