Skip to content

Commit

Permalink
Remove facade classes
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed Nov 3, 2019
1 parent 46e8dc5 commit 0a9ede4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 128 deletions.
23 changes: 0 additions & 23 deletions src/Facades/Assets.php

This file was deleted.

23 changes: 0 additions & 23 deletions src/Facades/Avatar.php

This file was deleted.

19 changes: 0 additions & 19 deletions src/Facades/Config.php

This file was deleted.

19 changes: 0 additions & 19 deletions src/Facades/Image.php

This file was deleted.

19 changes: 0 additions & 19 deletions src/Facades/Sidebar.php

This file was deleted.

24 changes: 0 additions & 24 deletions src/Facades/Theme.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Theme/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function sidebar() {
}

/**
* Render a template partial using WPEmerge\render().
* Render a template partial using App::render().
* Interface matches get_template_part() with the addition of $context.
*
* @param string $partial
Expand Down

0 comments on commit 0a9ede4

Please sign in to comment.