Skip to content

Commit

Permalink
tests updated;
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas committed Jul 12, 2023
1 parent 8d68063 commit 40d9124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Instances/Http/Resources/SampleWithHookResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function type(): string {
return 'samples';
}

protected function loaded( &$data ) {
protected function loaded( &$data ): void {
$data[ 'sober' ] = "i might regret this when tomorrow comes";
}

Expand Down

1 comment on commit 40d9124

@vercel
Copy link

@vercel vercel bot commented on 40d9124 Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

valravn – ./

valravn-hans-thomas.vercel.app
valravn.vercel.app
valravn-git-master-hans-thomas.vercel.app

Please sign in to comment.