protected function customers()

in app/Http/Controllers/Api/CustomersController.php [25:28]


    protected function customers(): Collection
    {
        return Customers::all()->take(100);
    }