guybrush_threepwood6 years ago Best Answer Level 33ReplyReport SpamHi @pedroroccon From the Laravel docs: The singleton method binds a class or interface into the container that should only be resolved one time. Once a singleton binding is resolved, the same object instance will be returned on subsequent calls into the container: Check out: https://laravel.com/docs/7.x/container#binding-basics Like Reply 1 like
pedroroccon OP 6 years agoLevel 10ReplyReport SpamHey @guybrush_threepwood thanks for reply! Like Reply 1 like