Commit 9e510511 authored by Thijs de Maa's avatar Thijs de Maa Committed by Jens Segers

Typo in Model.php (#1068)

Relatinoships -> relationships
parent ebab4ebd
......@@ -115,7 +115,7 @@ abstract class Model extends BaseModel
{
// If no relation name was given, we will use this debug backtrace to extract
// the calling method's name and use that as the relationship name as most
// of the time this will be what we desire to use for the relatinoships.
// of the time this will be what we desire to use for the relationships.
if (is_null($relation)) {
list(, $caller) = debug_backtrace(false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment