Skip to content

Instantly share code, notes, and snippets.

@morrislaptop
Created February 20, 2015 09:12
Show Gist options
  • Save morrislaptop/e7515187f034997782a7 to your computer and use it in GitHub Desktop.
Save morrislaptop/e7515187f034997782a7 to your computer and use it in GitHub Desktop.
<?php namespace FestivalPlaylists\Bridges;
use Laracasts\Flash\FlashServiceProvider as BaseFlashServiceProvider;
class FlashServiceProvider extends BaseFlashServiceProvider {
var $namespace = 'flash';
var $vendor = 'laracasts';
use LaravelFivePackageTrait;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment