Fix Model Policies from matching user_id's and account_id's, and other minor cosmetic fixes

This commit is contained in:
Deon George
2021-09-29 16:20:22 +10:00
parent f7439172b6
commit 4243da9c32
14 changed files with 173 additions and 172 deletions

View File

@@ -12,14 +12,13 @@ class SocialLink extends Mailable
{
use Queueable, SerializesModels;
public $token;
public $user;
public string $token;
public User $user;
/**
* Create a new message instance.
*
* @param User $o
* @param string $token
* @param AccountOauth $o
*/
public function __construct(AccountOauth $o)
{