Edit File: MultipleRecordsFoundException.php
<?php namespace Illuminate\Database; use RuntimeException; class MultipleRecordsFoundException extends RuntimeException { // }
Back to File Manager