Last active
May 10, 2019 08:45
-
-
Save Sean-Spallen/5df5db65ab2849614f0ef9d7efb104f2 to your computer and use it in GitHub Desktop.
Laravel - Delete Function
This file contains 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
$flight = App\Flight::find(1); | |
$flight->delete(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment