Guest User

Untitled

a guest
May 27th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. factory(User::class)->create(); // Creates a user and inserts him into the database
  4. factory(User::class)->make(); // Creates a user object
Add Comment
Please, Sign In to add comment