Created
November 20, 2018 03:29
-
-
Save haydar/0128d43c348fc86c37a42f31ae3ee07a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$this->validate($request, array( | |
'audio'=>'required|mimes:mpga,m4a,mp4,m4r', | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment