Updating readme
This commit is contained in:
@ -11,7 +11,7 @@ class ServiceProvider extends ServiceProviderParent
|
||||
public function register()
|
||||
{
|
||||
$this->app->bind('shortcode', function() {
|
||||
return new Shortcode();
|
||||
return new Shortcode;
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user