Skip to content

Commit

Permalink
Settings: Added PHP api test method
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Nov 28, 2016
1 parent 24200b9 commit 1b2eb2e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/packages/default/Settings/api.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php namespace OSjs\Packages;

use OSjs\Core\Request;

class Settings
{

public static function test(Request $request, Array $args = Array()) {
return 'test';
}

}

return 'OSjs\\Packages\\Settings';

0 comments on commit 1b2eb2e

Please sign in to comment.