Andrew Cairns

Results 4 issues of Andrew Cairns

| Q | A | --------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | yes | Deprecations? | no | Related tickets...

When checking if an entity is soft-deletable, a FQCN is passed - resulting in get_class being called on a string. Fixes: ErrorException: get_class() expects parameter 1 to be object, string...

When a model is closed, a stray hash remains in the URL. 1. http://example.com/ 2. Open model 3. http://example.com/#example-modal 4. Close modal 5. http://example.com/# This can be easily worked around...

enhancement

Looks like the key for plugins is incorrect and defined as `gems`. During `composer up`, you'll get the error saying that it looks like you're using pagination - but haven't...