Skip to content

Commit

Permalink
use class name as default
Browse files Browse the repository at this point in the history
chrissm79 committed Sep 8, 2016
1 parent 13f90ae commit 16ab142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Console/Commands/stubs/relay_connection.stub
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ class DummyClass implements Connection
*/
public function name()
{
return (new ReflectionClass(new static))->getName();
return 'DummyClass';
}

/**

0 comments on commit 16ab142

Please sign in to comment.