mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
11 lines
106 B
PHP
11 lines
106 B
PHP
<?php
|
|
|
|
class SnippetTestingController extends ApplicationController {
|
|
|
|
function index () {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
?>
|