Skip to content

Instantly share code, notes, and snippets.

View coryrose1's full-sized avatar

Cory Rosenwald coryrose1

View GitHub Profile
<?php
namespace App\Services;
use App\Match;
use App\Range;
class Digits
{
public static function calculate()
<?php
$spaces = [
'driver' => 's3',
'key' => env('DO_SPACES_KEY'),
'secret' => env('DO_SPACES_SECRET'),
'endpoint' => env('DO_SPACES_ENDPOINT'),
'region' => env('DO_SPACES_REGION'),
'bucket' => env('DO_SPACES_BUCKET')
];