for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ProtoneMedia\LaravelFFMpeg\Support;
use Illuminate\Support\Facades\Facade;
class FFMpeg extends Facade
{
protected static function getFacadeAccessor()
return 'laravel-ffmpeg';
}