Skip to content

Commit

Permalink
🔧 chore(dokan.php): add property for Frontend class in WeDevs_Dokan c…
Browse files Browse the repository at this point in the history
…lass for better code organization and readability

🔧 chore(Frontend.php): add property for BecomeAVendor class in Frontend class for better code organization and readability
  • Loading branch information
nurul-umbhiya committed Oct 10, 2023
1 parent 60cdd03 commit 744e88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dokan.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
* @property WeDevs\Dokan\Product\Manager $product Instance of Order Manager class
* @property WeDevs\Dokan\Vendor\Manager $vendor Instance of Vendor Manager Class
* @property WeDevs\Dokan\BackgroundProcess\Manager $bg_process Instance of WeDevs\Dokan\BackgroundProcess\Manager class
* @property WeDevs\Dokan\Frontend\Frontend $frontend_manager Instance of \WeDevs\Dokan\Frontend\Frontend class
*/
final class WeDevs_Dokan {

Expand Down
2 changes: 2 additions & 0 deletions includes/Frontend/Frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* Frontend Manager
*
* @since 3.7.21
*
* @property BecomeAVendor $become_a_vendor Instance of Commission class
*/
class Frontend {

Expand Down

0 comments on commit 744e88b

Please sign in to comment.