ponepaste/vendor/illuminate/collections/MultipleItemsFoundException.php

9 lines
124 B
PHP

<?php
namespace Illuminate\Support;
use RuntimeException;
class MultipleItemsFoundException extends RuntimeException
{
}