Skip to content

Instantly share code, notes, and snippets.

@guimossibento
Last active April 4, 2022 13:51
Show Gist options
  • Save guimossibento/16af9c5e1ae3c05c8f2b3110027a99f2 to your computer and use it in GitHub Desktop.
Save guimossibento/16af9c5e1ae3c05c8f2b3110027a99f2 to your computer and use it in GitHub Desktop.
<?php
DB::table('registry_options')
->where(fn(Builder $query) => $query
->where('app_id', AppEnum::PLATAFOOR)
->orwhere('app_id', request()->appId()))
->where('code', $value)
->dd();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment