larasearch
larasearch copied to clipboard
Use array for $params in App::make()
Updated Proxy binding to match syntax of other bindings. Using ['model' => $instance]
as App::make()
requires 2nd argument to be an array and an object is given. This PR keeps original bindings within LarasearchServiceProvider.php
and doesn't change anything else.
+1
@iverberk can you accept this please?