I am using a singleton function to execute a custom class in Laravel 5.8. Below is my code
$this->app->singleton(CustomClass::class, function($app) {