File "LivewireJavaScriptAssets.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/livewire/livewire/src/Controllers/LivewireJavaScriptAssets.php
File size: 350 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Livewire\Controllers;

class LivewireJavaScriptAssets
{
    use CanPretendToBeAFile;

    public function source()
    {
        return $this->pretendResponseIsFile(__DIR__.'/../../dist/livewire.js');
    }

    public function maps()
    {
        return $this->pretendResponseIsFile(__DIR__.'/../../dist/livewire.js.map');
    }
}