Skip to content

Commit

Permalink
Readd Orchestra\Model\Concerns\Swappable
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 2, 2020
1 parent d2ba062 commit daf28de
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Concerns/Swappable.php
@@ -0,0 +1,11 @@
<?php

namespace Orchestra\Model\Concerns;

/**
* @deprecated v5.0.0 and to be removed in v6.0.0
*/
trait Swappable
{
use \Laravie\Dhosa\Concerns\Swappable;
}

0 comments on commit daf28de

Please sign in to comment.