acekyd / laravelMp3

A light weight Laravel package for simple operations with mp3 files
21 stars 8 forks source link

include_once('getid3/getid3.php'); #1

Closed muhammad-naderi closed 8 years ago

muhammad-naderi commented 8 years ago

using include causes redeclaration exception, while using this class to process more than one file (eg. in a loop on all mp3s)

acekyd commented 8 years ago

Oh cool @muhammad-naderi Does this solve that issue?

muhammad-naderi commented 8 years ago

apparently yes

acekyd commented 8 years ago

Alright thanks @muhammad-naderi