DIR: /var/www/devs.lapieza.net/vendor/livewire/livewire/src/Testing/Concerns/ |
Current File : /var/www/devs.lapieza.net/vendor/livewire/livewire/src/Testing/Concerns/HasFunLittleUtilities.php |
<?php namespace Livewire\Testing\Concerns; trait HasFunLittleUtilities { public function dump() { echo $this->lastRenderedDom; return $this; } public function tap($callback) { $callback($this); return $this; } } |