From fb09e1c29de2f90a0c6800b46ccfaafda94dfc2f Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 29 Dec 2024 10:33:30 +0100 Subject: [PATCH] Add snapshot --- .../__snapshots__/EloquentCommandTest__testCommand__1.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/Console/__snapshots__/EloquentCommandTest__testCommand__1.txt diff --git a/tests/Console/__snapshots__/EloquentCommandTest__testCommand__1.txt b/tests/Console/__snapshots__/EloquentCommandTest__testCommand__1.txt new file mode 100644 index 000000000..60c7b34be --- /dev/null +++ b/tests/Console/__snapshots__/EloquentCommandTest__testCommand__1.txt @@ -0,0 +1,8 @@ +/** + * + * + * @mixin \Eloquent + * @mixin \Illuminate\Database\Eloquent\Builder + * @mixin \Illuminate\Database\Query\Builder + */ +abstract class Model implements \ No newline at end of file