mirror of
https://github.com/beestat/app.git
synced 2025-05-23 18:04:14 -04:00
9 lines
136 B
PHP
9 lines
136 B
PHP
<?php
|
|
|
|
/**
|
|
* Log for these external API calls.
|
|
*
|
|
* @author Jon Ziebell
|
|
*/
|
|
class patreon_api_log extends external_api_log {}
|