golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/View
⬆️ Go Up
Upload
File/Folder
Size
Actions
Engine.php
284 B
Del
OK
Factory.php
1.9 KB
Del
OK
View.php
576 B
Del
OK
ViewCompilationException.php
139 B
Del
OK
Edit: Engine.php
<?php namespace RectorPrefix202411\Illuminate\Contracts\View; interface Engine { /** * Get the evaluated contents of the view. * * @param string $path * @param array $data * @return string */ public function get($path, array $data = []); }
Save