Skip to content

Commit

Permalink
Update class list replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Sep 20, 2021
1 parent 7bd552b commit a006b3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Command/ScaffoldPluginCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,9 @@ protected function execute( InputInterface $input, OutputInterface $output ) {
* PSR-4
*/
// Basic plugin classes
rename( $downloadPath . '/classes/Compatibility.php', $installPath . 'classes/Compatibility.php' );
rename( $downloadPath . '/classes/Plugin.php', $installPath . 'classes/Plugin.php' );
rename( $downloadPath . '/classes/Main.php', $installPath . 'classes/Main.php' );
rename( $downloadPath . '/classes/Helpers.php', $installPath . 'classes/Helpers.php' );
rename( $downloadPath . '/classes/Singleton.php', $installPath . 'classes/Singleton.php' );
rename( $downloadPath . '/classes/Admin/Main.php', $installPath . 'classes/Admin/Main.php' );

// Since Boilerplate 3.2.0
if ( is_readable( $downloadPath . '/classes/Blocks.php' ) ) {
Expand Down

0 comments on commit a006b3d

Please sign in to comment.