mirror of
https://github.com/friendica/friendica
synced 2025-05-08 08:24:10 +02:00
Code cleanup
- Remove extraneous use statements - Format require_once
This commit is contained in:
parent
5ee728972e
commit
898fe2db1e
8 changed files with 10 additions and 15 deletions
|
@ -15,8 +15,8 @@ class Expire {
|
|||
public static function execute($param = '', $hook_name = '') {
|
||||
global $a;
|
||||
|
||||
require_once('include/datetime.php');
|
||||
require_once('include/items.php');
|
||||
require_once 'include/datetime.php';
|
||||
require_once 'include/items.php';
|
||||
|
||||
load_hooks();
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
*/
|
||||
namespace Friendica\Worker;
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\Worker;
|
||||
use Friendica\Database\DBM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue