Skip to content

Commit 763056c

Browse files
committed
v1.0.0
1 parent 1496f05 commit 763056c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/GoogleStructuredDataTestToolServiceProvider.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ public function provides()
6363
*/
6464
public function dummy($app)
6565
{
66+
$i=0;
6667
if($app){
67-
return true;
68+
return $i;
6869
}
69-
return false;
70+
return $i++;
7071
}
7172
}

0 commit comments

Comments
 (0)