Skip to content

array_get is incompatible with laravel 6.0+Β #15

@AbyssWaIker

Description

@AbyssWaIker

At lines 33, 34, 42 of src/ApiTesterCotroller.php and 268 of src/ApiTester.php function array_get is used. It breaks in any versions of Laravel newer than 6.0. It's fixed by replacing it with function Arr:get (and adding "use Illuminate\Support\Arr;").
I would make a new branch for newer versions of Laravel, but I'm too shit with git to make a proper pull request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions