Skip to content

Commit

Permalink
fix: php.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcostaParedes committed May 7, 2021
1 parent a89489e commit 8b348bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Spanner/Model/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

abstract class Model
{
use ForwardCall, ModelAttributes;
use ForwardCall;
use ModelAttributes;
/**
* The connection resolver instance.
*
Expand Down

0 comments on commit 8b348bd

Please sign in to comment.