D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
rappasoft
/
laravel-livewire-tables
/
src
/
Traits
/
Filename :
WithDebugging.php
back
Copy
<?php namespace Rappasoft\LaravelLivewireTables\Traits; use Rappasoft\LaravelLivewireTables\Traits\Configuration\DebuggingConfiguration; use Rappasoft\LaravelLivewireTables\Traits\Helpers\DebugHelpers; trait WithDebugging { use DebuggingConfiguration, DebugHelpers; /** * Dump table properties for debugging */ protected bool $debugStatus = false; }