Minor bug fixes
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace astropenguin\botanical;
|
||||
|
||||
error_reporting ( E_ALL^E_NOTICE ) ;
|
||||
require_once dirname( __FILE__ ) . '/astropenguin/package.php';
|
||||
|
||||
use astropenguin\botanical\RegRename;
|
||||
use astropenguin\botanical\Args;
|
||||
|
||||
spl_autoload_register(function ( $name )
|
||||
{
|
||||
require_once str_replace( '\\', '/', "$name.php" );
|
||||
});
|
||||
|
||||
//----------- Usage -----------
|
||||
|
||||
|
Reference in New Issue
Block a user