ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/nunomaduro/larastan/stubs/Contracts/ |
Current File : /home2/selectio/public_html/fms-worksuite/vendor/nunomaduro/larastan/stubs/Contracts/View.stub |
<?php namespace Illuminate\Contracts\View; interface Factory { /** * Determine if a given view exists. * * @param string $view * @return bool * * @phpstan-assert-if-true view-string $view */ public function exists($view); } interface View {}