Brady Wetherington
Brady Wetherington
Maybe something like this? ```php $location->{$keyword}()->whereNotNull('company_id')->where('company_id','!=',$location_company)->get(); ``` Not really sure about that `->{$keyword}()` syntax though - that seems a little weird.
@jerm if you can take a look at this, vet the general approach, and then ping @snipe she can get the docs updated.
`git remote -v` will list what your 'remotes' are. `git branch -u origin/master master` if your remote is named 'origin' then maybe you can do `git pull` ?
This may do the trick - https://github.com/grokability/snipe-it/pull/17907 - seems to handle a similar/related use-case.
I think the problem is that the `php artisan snipeit:backup` command is running on your *old* version of Snipe-IT, which doesn't support PHP 8.3. After that runs, it will try...