mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
9 lines
114 B
PHP
9 lines
114 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Class BadClass - sub class a forbidden class is not allowed
|
||
|
|
*/
|
||
|
|
class BadClass extends OC_Hook {
|
||
|
|
|
||
|
|
}
|