whoami7 - Manager
:
/
home
/
n170823s
/
public_html
/
vendor
/
yajra
/
laravel-datatables-oracle
/
src
/
Facades
/
Upload File:
files >> /home/n170823s/public_html/vendor/yajra/laravel-datatables-oracle/src/Facades/DataTables.php
<?php namespace Yajra\DataTables\Facades; use Illuminate\Support\Facades\Facade; /** * @mixin \Yajra\DataTables\DataTables * * @method static \Yajra\DataTables\EloquentDatatable eloquent($builder) * @method static \Yajra\DataTables\QueryDataTable query($builder) * @method static \Yajra\DataTables\CollectionDataTable collection($collection) * * @see \Yajra\DataTables\DataTables */ class DataTables extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'datatables'; } }
Copyright ©2021 || Defacer Indonesia