Created
January 29, 2017 14:29
-
-
Save ChadTaljaardt/58936d1c62503d2a4ed63461f0846b8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$plateNew = new Plate(); | |
$plateNew->plate = $plate; | |
$plateNew->save(); | |
$plateNew->fresh(); | |
dd($plateNew); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment