Skip to content

Instantly share code, notes, and snippets.

@tisuchi
Created January 18, 2018 03:58
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 tisuchi/6e665bcb38acb89deb5a6b3d2c71abdf to your computer and use it in GitHub Desktop.
Save tisuchi/6e665bcb38acb89deb5a6b3d2c71abdf to your computer and use it in GitHub Desktop.
public function foo()
{
// Container Access
$checker = app()->make('email.checker');
$checker->isValid('address@domain.com');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment