Nwidart\Modules\Contracts\RepositoryInterface::findOrFail PHP Метод

findOrFail() публичный Метод

Find a specific module. If there return that, otherwise throw exception.
public findOrFail ( $name ) : mixed
$name
Результат mixed
    public function findOrFail($name);