add missing ::class

This commit is contained in:
Rod Elias 2018-02-13 16:20:33 -02:00 committed by GitHub
parent be3b1d7e31
commit 434a49bbf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ If your service provider registers many simple bindings, you may wish to use the
* @var array
*/
public $singletons = [
DowntimeNotifier::class => PingdomDowntimeNotifier,
DowntimeNotifier::class => PingdomDowntimeNotifier::class,
];
}