First release and rebranding
This commit is contained in:
7
appinfo/app.php
Normal file
7
appinfo/app.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace OCA\MinimalProfile\AppInfo;
|
||||
|
||||
use OCP\Util;
|
||||
|
||||
Util::addStyle('minimalprofile', 'style');
|
||||
Util::addScript('minimalprofile', 'script');
|
||||
Reference in New Issue
Block a user