Skip to content

Commit

Permalink
example class extending the main client
Browse files Browse the repository at this point in the history
  • Loading branch information
danalloway committed May 13, 2015
1 parent b867ba7 commit 497ce71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/LateStaticClient.php
@@ -0,0 +1,8 @@
<?php

namespace League\StatsD\Test;

class LateStaticClient extends \League\StatsD\Client
{

}

0 comments on commit 497ce71

Please sign in to comment.