withEloquent() public method

Load the Eloquent library for the application.
public withEloquent ( ) : void
return void
 /**
  * Load the Eloquent library for the application.
  *
  * @return void 
  * @static 
  */
 public static function withEloquent()
 {
     \Laravel\Lumen\Application::withEloquent();
 }