Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. namespace App\Components\DocumentsPopup;
  4.  
  5. interface IDocumentsPopupControlFactory
  6. {
  7.         /**
  8.          * @return DocumentsPopupControl
  9.          */
  10.         public function create();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement