Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Oct 25, 2023
1 parent 6c19813 commit c07bae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commander.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Commander extends \Orchestra\Testbench\Console\Commander
*/
protected function resolveApplicationCallback()
{
return function ($app) {
return static function ($app) {
$app->register(CanvasServiceProvider::class);
};
}
Expand Down

0 comments on commit c07bae5

Please sign in to comment.