Skip to content

Commit ee83a35

Browse files
fix(provider): Add array return type
1 parent 1b78f35 commit ee83a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IdentifyServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function register()
3131
* Get the services provided by the provider
3232
* @return array
3333
*/
34-
public function provides()
34+
public function provides() : array
3535
{
3636
return ['laravel-identify'];
3737
}

0 commit comments

Comments
 (0)