Skip to content

Instantly share code, notes, and snippets.

@DarkGhostHunter
Created September 19, 2018 17:19
Show Gist options
  • Save DarkGhostHunter/adcde0d9a861f17e900c78bb8c424fce to your computer and use it in GitHub Desktop.
Save DarkGhostHunter/adcde0d9a861f17e900c78bb8c424fce to your computer and use it in GitHub Desktop.
Illuminate\Database\DatabaseServiceProvider@boot
<?php
/**
* Bootstrap the application events.
*
* @return void
*/
public function boot()
{
Model::setConnectionResolver($this->app['db']);
Model::setEventDispatcher($this->app['events']);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment