| 1 | <?php |
||
| 9 | class AddSchema |
||
| 10 | { |
||
| 11 | protected $schema; |
||
| 12 | protected $template; |
||
| 13 | protected $replacements; |
||
| 14 | |||
| 15 | use \Resourceful\StoreHelpers\StoreHelpers; |
||
| 16 | |||
| 17 | 2 | public function __construct($schema, $template, $replacements = array()) |
|
| 23 | |||
| 24 | public function __invoke(Request $request, Application $app) |
||
| 37 | } |
||
| 38 |