Skip to content

Commit

Permalink
[5.x] Fix @see in docblock on FormSubmission facade (#10197)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored May 28, 2024
1 parent 6322d7b commit 14716a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/FormSubmission.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @method static save()
* @method static delete()
*
* @see \Statamic\Contracts\Forms\FormRepository
* @see \Statamic\Contracts\Forms\SubmissionRepository
*/
class FormSubmission extends Facade
{
Expand Down

0 comments on commit 14716a2

Please sign in to comment.