fix app compliance
This commit is contained in:
20
lib/Controller/FakeRequest.php
Normal file
20
lib/Controller/FakeRequest.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace OCA\OCCWeb\Controller;
|
||||
|
||||
|
||||
use OC\AppFramework\Http\Request;
|
||||
|
||||
class FakeRequest extends Request {
|
||||
public $server = array(
|
||||
'argv' => ["occ"],
|
||||
);
|
||||
|
||||
/**
|
||||
* FakeRequest constructor.
|
||||
*/
|
||||
public function __construct() {
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user