Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 27, 2023 21:05
Show Gist options
  • Save ilyasozkurt/72b1ddd6f8075d6f6557c01fe8448ef8 to your computer and use it in GitHub Desktop.
Save ilyasozkurt/72b1ddd6f8075d6f6557c01fe8448ef8 to your computer and use it in GitHub Desktop.
<?php
$role = Role::find(1);
$user = $role->user;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment