vitoff34
vitoff34
I am running Symfony 7. These are my settings files. **doctrine.yaml** ``` mappings: App: type: attribute is_bundle: false dir: '%kernel.project_dir%/src/Entity' prefix: 'App\Entity' alias: App loggable: type: attribute # or annotation...
Hello, I want to select certain input from quill and put it as a whole inside a div with a class. For example I have this html: ``` Hello world...
Error: resolver or addr is not configured for ENS name (argument="name", value="", code=INVALID_ARGUMENT, version=contracts/5.6.2) I get this error when I try to call a function from my contract. How can...