Skip to content

Instantly share code, notes, and snippets.

@DCzajkowski
Created May 22, 2018 20:46
Show Gist options
  • Save DCzajkowski/6f0ab854cc85a51fab78ebe6746a6863 to your computer and use it in GitHub Desktop.
Save DCzajkowski/6f0ab854cc85a51fab78ebe6746a6863 to your computer and use it in GitHub Desktop.
<?php
$value = vsprintf('%s|%s|%s', [
$user->id,
$user->getRememberToken(),
$user->password,
]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment