Last active
August 12, 2020 12:04
-
-
Save demirhanali/9a16a0bd4f174b1e2eb98cafa12e455e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Bootstrap services. | |
* | |
* @return void | |
*/ | |
public function boot() | |
{ | |
resolve(EngineManager::class)->extend('elastic', function () { | |
return new ElasticEngine; | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment