elektronika_bagisto/stubs/export.query.stub

17 lines
234 B
Plaintext
Raw Permalink Normal View History

2021-11-30 05:09:18 +00:00
<?php
namespace DummyNamespace;
use Maatwebsite\Excel\Concerns\FromQuery;
class DummyClass implements FromQuery
{
/**
* @return \Illuminate\Database\Query\Builder
*/
public function query()
{
//
}
}