We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e574ffa commit 8b94c3eCopy full SHA for 8b94c3e
src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithDictionary.php
@@ -3,7 +3,7 @@
3
namespace Illuminate\Database\Eloquent\Relations\Concerns;
4
5
use BackedEnum;
6
-use Doctrine\Instantiator\Exception\InvalidArgumentException;
+use InvalidArgumentException;
7
use UnitEnum;
8
9
trait InteractsWithDictionary
@@ -14,7 +14,7 @@ trait InteractsWithDictionary
14
* @param mixed $attribute
15
* @return mixed
16
*
17
- * @throws \Doctrine\Instantiator\Exception\InvalidArgumentException
+ * @throws \InvalidArgumentException
18
*/
19
protected function getDictionaryKey($attribute)
20
{
0 commit comments