Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5dd2552

Browse files
committed
Fixed a typo
1 parent 29b608b commit 5dd2552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Database/Eloquent/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ public static function creating(Closure $callback)
504504
}
505505

506506
/**
507-
* Register a creating model event with the dispatcher.
507+
* Register a created model event with the dispatcher.
508508
* The callback will be evaluated after the model is saved.
509509
*
510510
* @param Closure $callback

0 commit comments

Comments
 (0)