Skip to content

Commit bad645a

Browse files
committed
test
1 parent 8f3d483 commit bad645a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sami_config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
* Include this section if you want sami to document
3333
* private and protected functions/properties
3434
*/
35-
$sami['filter'] = function () {
35+
$sami['filter'] = $sami->share(function () {
3636
return new TrueFilter();
37-
};
37+
});
3838

3939
return $sami;

0 commit comments

Comments
 (0)