Skip to content

Commit f0475f4

Browse files
committed
Merge branch 'feature/psr-4'
2 parents 1cbf34d + 6249f0f commit f0475f4

File tree

2 files changed

+0
-201
lines changed

2 files changed

+0
-201
lines changed

autoload.php

Lines changed: 0 additions & 196 deletions
This file was deleted.

bea-plugin-boilerplate.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@
5757
return;
5858
}
5959

60-
/**
61-
* Autoload all the things \o/
62-
*/
63-
require_once BEA_PB_DIR . 'autoload.php';
64-
6560
// Plugin activate/deactivate hooks
6661
register_activation_hook( __FILE__, array( '\BEA\PB\Plugin', 'activate' ) );
6762
register_deactivation_hook( __FILE__, array( '\BEA\PB\Plugin', 'deactivate' ) );

0 commit comments

Comments
 (0)