diff --git a/app/Models/Promotion.php b/app/Models/Promotion.php index 670c353..8b8bfd0 100644 --- a/app/Models/Promotion.php +++ b/app/Models/Promotion.php @@ -3,6 +3,7 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; +use Illuminate\Support\Facades\Storage; class Promotion extends Model {