Skip to content

Instantly share code, notes, and snippets.

@nataliaconde
Created May 15, 2023 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nataliaconde/10e71ad8ee1ec55ab78ff5e46108b7eb to your computer and use it in GitHub Desktop.
Save nataliaconde/10e71ad8ee1ec55ab78ff5e46108b7eb to your computer and use it in GitHub Desktop.
use Illuminate\Support\Facades\Gate;
Gate::guessPolicyNamesUsing(function (string $modelClass) {
// Provide the name of the model’s policy class…
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment