Skip to content

Instantly share code, notes, and snippets.

View forrestedw's full-sized avatar
🚀

forrestedw forrestedw

🚀
View GitHub Profile
<?php
namespace App\Acme;
use Carbon\Carbon;
// now, this class only gets the sales between the given dates.
// It doesn't deal with how with sales are stored, it doesn't
// deal with how to format the output, it doesn't deal with Auth
class SalesReporter